mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[USETUP] Fix a broken character in Italian resource (#968)
Also add two spaces at the beginning of the "deleting cache" string.
This commit is contained in:
parent
7d7f1d4ca3
commit
0e41230dac
1 changed files with 2 additions and 2 deletions
|
@ -561,7 +561,7 @@ static MUI_ENTRY itITFlushPageEntries[] =
|
|||
{
|
||||
0,
|
||||
0,
|
||||
"Svuotamento della cache in corso",
|
||||
" Svuotamento della cache in corso",
|
||||
TEXT_TYPE_STATUS
|
||||
},
|
||||
{
|
||||
|
@ -1785,7 +1785,7 @@ MUI_STRING itITStrings[] =
|
|||
{STRING_REBOOTCOMPUTER2,
|
||||
" INVIO = Riavvia il computer"},
|
||||
{STRING_REBOOTPROGRESSBAR,
|
||||
" Il computer si riavvierà in %li secondi... "},
|
||||
" Il computer si riavvier\x85 in %li secondi... "},
|
||||
{STRING_CONSOLEFAIL1,
|
||||
"Impossibile aprire la console\r\n\r\n"},
|
||||
{STRING_CONSOLEFAIL2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue