https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5506a8e17062ad5f2b826…
commit 5506a8e17062ad5f2b826f6331fadc69810d031c
Author: Joachim Henze <joachim.henze(a)reactos.org>
AuthorDate: Sat Aug 24 06:04:48 2024 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Sat Aug 24 06:04:48 2024 +0200
[MSPAINT] it-IT.rc: Fix compiler warning (#7270)
GCC8.4.0dbg warns about:
C:/ros/reactos/base/applications/mspaint/lang/it-IT.rc:267: unrecognized escape
sequence
Fix that.
the regression was introduced by
0.4.15-dev-8555-g fbcbbd8768b8a3dda9013dfe3553867176c521b1 from (#7248)
---
base/applications/mspaint/lang/it-IT.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/mspaint/lang/it-IT.rc
b/base/applications/mspaint/lang/it-IT.rc
index d48250a1882..d7e62a67d1f 100644
--- a/base/applications/mspaint/lang/it-IT.rc
+++ b/base/applications/mspaint/lang/it-IT.rc
@@ -264,7 +264,7 @@ BEGIN
IDS_PERCENTAGE "La percentuale deve essere compresa tra 1 e 500."
IDS_ANGLE "L'angolo deve essere compreso tra -89 e 89."
IDS_LOADERRORTEXT "l file %s non può essere caricato."
- IDS_ENLARGEPROMPTTEXT "L'immagine negli appunti è più grande della tela.\La
si vuole allargare?"
+ IDS_ENLARGEPROMPTTEXT "L'immagine negli appunti è più grande della tela.\nLa
si vuole allargare?"
IDS_BOLD "Grossivo"
IDS_ITALIC "Italico"
IDS_UNDERLINE "Sottolineato"