From 116c7110277c1ec8e32617eec17fdefa36a96530 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Wed, 18 Feb 2015 15:41:04 +0000 Subject: [PATCH] CPU Process Manager - change label "@ on/off" to "System", because it more clear, especially for newbies. git-svn-id: svn://kolibrios.org@5420 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/cpu/trunk/cpu.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/programs/system/cpu/trunk/cpu.asm b/programs/system/cpu/trunk/cpu.asm index 9abf49da2e..573c5b5cd0 100644 --- a/programs/system/cpu/trunk/cpu.asm +++ b/programs/system/cpu/trunk/cpu.asm @@ -707,7 +707,7 @@ tbts: db 'SEITE ZURUECK SEITE VOR REBOOT SYSTEM' tbte: tbts_3 db 'START' tbte_2: -check_text db '@ on/off',0 +check_text db 'System',0 title db 'Prozesse - Ctrl/Alt/Del',0 ;-------------------------------------- else if lang eq et @@ -720,7 +720,7 @@ tbts: db 'EELMINE LEHT J tbte: tbts_3 db 'START' tbte_2: -check_text db '@ sees/vфl.',0 +check_text db 'System',0 title db 'Protsessid - Ctrl/Alt/Del' ;-------------------------------------- else if lang eq ru @@ -733,7 +733,7 @@ tbts: db ' tbte: tbts_3 db 'ЗАПУСК' tbte_2: -check_text db '@ вкл/выкл',0 +check_text db 'Системные',0 title db 'Диспетчер процессов - Ctrl/Alt/Del',0 ;-------------------------------------- else if lang eq it @@ -746,7 +746,7 @@ tbts: db 'INDIETRO AVANTI RIAVVIA SISTEMA' tbte: tbts_3 db 'START' tbte_2: -check_text db '@ on/off',0 +check_text db 'System',0 title db 'Gestore processi - Ctrl/Alt/Del',0 ;-------------------------------------- else @@ -759,7 +759,7 @@ tbts: db 'PREV PAGE NEXT PAGE REBOOT SYSTEM' tbte: tbts_3 db ' RUN' tbte_2: -check_text db '@ on/off',0 +check_text db 'System',0 title db 'Process manager - Ctrl/Alt/Del',0 end if @@ -786,7 +786,7 @@ file_start: dd 0 dd 0 dd 0 -start_application: db '/sys/LAUNCHER',0 +start_application: db '/sys/',0 start_application_e=$-start_application-1 ; times 60 db 0 rb 60