[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 fbcbbd8768 from (#7248)
This commit is contained in:
Joachim Henze 2024-08-24 06:04:48 +02:00 committed by GitHub
parent 29c8dc82f6
commit 5506a8e170
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"