Skip to content

Commit ed3ac65

Browse files
authored
Merge pull request #81 from giovanni69/main
Update IMSProg_database_update
2 parents bc0cc21 + 51fbc28 commit ed3ac65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IMSProg_programmer/other/IMSProg_database_update

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ if [ -f ~/.local/share/imsprog/IMSProg.Dat ] ; then
4141
fi
4242
if [[ "$LANG" == "it_IT.UTF-8" ]]
4343
then
44-
qsttxt="Il file <b>'IMSProg.Dat'</b> verrà sostituito con la nuova versione. Le modifiche apportate potrebbero andare perse. Continuare?"
45-
tittxt="Aggiornamento del database"
44+
qsttxt="Il file <b>'IMSProg.Dat'</b> verrà sostituito con la nuova versione. Le modifiche apportate potrebbero andare perse. Vuoi continuare?"
45+
tittxt="Aggiornamento del database in corso"
4646
outtxt="Il numero di chip nel database:"
47-
chgtxt="(era) -> (è stato fatto)"
47+
chgtxt="(era) -> (è diventato)"
4848
fi
4949
if [[ "$LANG" == "pt_BR.UTF-8" ]]
5050
then

0 commit comments

Comments
 (0)