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

commit c8dd5e7720f7817de26f9e81cda8b915a9189099
Author:     Serge Gautherie <[email protected]>
AuthorDate: Sat Mar 7 00:51:13 2020 +0100
Commit:     GitHub <[email protected]>
CommitDate: Sat Mar 7 00:51:13 2020 +0100

    [USETUP] Fix ' \n' typos, in *.h (#2415)
    
    Addendum to PR #2387.
---
 base/setup/usetup/lang/it-IT.h | 4 ++--
 base/setup/usetup/lang/pl-PL.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/base/setup/usetup/lang/it-IT.h b/base/setup/usetup/lang/it-IT.h
index 7780dbb256a..53227ba7669 100644
--- a/base/setup/usetup/lang/it-IT.h
+++ b/base/setup/usetup/lang/it-IT.h
@@ -1789,8 +1789,8 @@ MUI_ERROR itITErrorEntries[] =
     },
     {
         // ERROR_NOT_INSTALLED
-        "ReactOS non \x8A stato installato completamente nel \n"
-        "vostro computer. Se esce adesso, dovr\x85 eseguire il \n"
+        "ReactOS non \x8A stato installato completamente nel\n"
+        "vostro computer. Se esce adesso, dovr\x85 eseguire il\n"
         "Setup nuovamente per installare ReactOS.\n"
         "\n"
         "  \x07  Premere INVIO per continuare il setup.\n"
diff --git a/base/setup/usetup/lang/pl-PL.h b/base/setup/usetup/lang/pl-PL.h
index cf5e07710dd..7ec3da89da2 100644
--- a/base/setup/usetup/lang/pl-PL.h
+++ b/base/setup/usetup/lang/pl-PL.h
@@ -1871,7 +1871,7 @@ MUI_ERROR plPLErrorEntries[] =
     },
     {
         // ERROR_WARN_PARTITION,
-        "Instalator wykry\210, \276e co najmniej jeden dysk twardy zawiera 
niekompatybiln\245 \n"
+        "Instalator wykry\210, \276e co najmniej jeden dysk twardy zawiera 
niekompatybiln\245\n"
         "tabel\251 partycji, kt\242ra nie b\251dzie poprawnie 
obs\210ugiwana!\n"
         "\n"
         "Tworzenie lub usuwanie partycji mo\276e nieodwracalnie uszkodi\206 
tabel\251 partycji.\n"
@@ -2018,7 +2018,7 @@ MUI_ERROR plPLErrorEntries[] =
     },
     {
         // ERROR_PARTITION_TABLE_FULL,
-        "Nie mo\276na utworzy\206 partycji podstawowej lub rozszerzonej, \n" 
// FIXME
+        "Nie mo\276na utworzy\206 partycji podstawowej lub rozszerzonej,\n" // 
FIXME
         "poniewa\276 tabela partycji na tym dysku jest pe\210na.\n"
         "\n"
         "  * Naci\230nij dowolny klawisz, aby kontynuowa\206."

Reply via email to