Compare commits

...

1 Commits

Author SHA1 Message Date
Joachim Henze
a6e47091a0 [MSPAINT] it-IT.rc: Fix compiler warning
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 fbcbbd8768 from (#7248)
2024-08-24 05:30:01 +02:00

View File

@@ -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"