https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0e41230dac43640f476c2e38b5accd22669fb5e1

commit 0e41230dac43640f476c2e38b5accd22669fb5e1
Author:     Bișoc George <[email protected]>
AuthorDate: Tue Oct 23 17:41:38 2018 +0200
Commit:     Hermès BÉLUSCA - MAÏTO <[email protected]>
CommitDate: Tue Oct 23 17:41:38 2018 +0200

    [USETUP] Fix a broken character in Italian resource (#968)
    
    Also add two spaces at the beginning of the "deleting cache" string.
---
 base/setup/usetup/lang/it-IT.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/setup/usetup/lang/it-IT.h b/base/setup/usetup/lang/it-IT.h
index 691830a939..5ac3a4c8b7 100644
--- a/base/setup/usetup/lang/it-IT.h
+++ b/base/setup/usetup/lang/it-IT.h
@@ -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,

Reply via email to