File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ string_rename:
529
529
db 'Rinomina' , 0
530
530
db $ 7e , 'GRAPH]' , 0
531
531
string_transfer:
532
- db 'Transferisci ' , 0
532
+ db 'Transf. ' , 0
533
533
db $ 7e , 'PRGM]' , 0
534
534
string_edit_prgm:
535
535
db 'Modifica' , 0
@@ -552,7 +552,7 @@ string_setting_indicator:
552
552
string_setting_clock:
553
553
db 'Mostra l' , $ 27 , 'orologio' , 0
554
554
string_setting_show_battery:
555
- db 'Mostra stato della batteria' , 0
555
+ db 'Mostra lo stato della batteria' , 0
556
556
string_setting_show_hidden:
557
557
db 'Nascondi i programmi nascosti' , 0
558
558
string_setting_ram_backup:
@@ -616,6 +616,6 @@ string_ram_error:
616
616
str_invalid_os:
617
617
db 'Impossibile usare questo OS' , 0
618
618
str_cannot_hide:
619
- db 'Impossibile mostrare/nascondere programmi archiviati ' , 0
619
+ db 'Impos. mostrare/nascondere prgm archiv. ' , 0
620
620
621
621
end if
You can’t perform that action at this time.
0 commit comments