From e7337ca71e9d5ba6bc4a2505784d180ccd6fb569 Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Wed, 23 Mar 2022 22:36:32 +0100 Subject: [PATCH] [0.4.13][REACTOS] Fix ') \n' typos in *.rc CORE-18103 fix is a partial (intentionally non-squashed) pick of 0.4.14-dev-1142-g 92aabb07fb85a1095af6891e6480dc3c2c7b0235 (#2393) --- base/applications/cacls/lang/zh-TW.rc | 2 +- base/applications/shutdown/lang/it-IT.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/applications/cacls/lang/zh-TW.rc b/base/applications/cacls/lang/zh-TW.rc index fe425693a80..9a2f43df9a1 100644 --- a/base/applications/cacls/lang/zh-TW.rc +++ b/base/applications/cacls/lang/zh-TW.rc @@ -28,7 +28,7 @@ CACLS filename [/T] [/E] [/C] [/G user:perm [...]] [/R user [...]]\n\ Perm 可以是: N 無\n\ R 讀取\n\ W 寫入\n\ - C 更改(寫入) \n\ + C 更改(寫入)\n\ F 完全控制 \n\ /D user 拒絕指定使用者的訪問。\n\ 在命令中可以使用通配符指定多個文件。\n\ diff --git a/base/applications/shutdown/lang/it-IT.rc b/base/applications/shutdown/lang/it-IT.rc index 141f2dbe5b5..9a21033d664 100644 --- a/base/applications/shutdown/lang/it-IT.rc +++ b/base/applications/shutdown/lang/it-IT.rc @@ -65,7 +65,7 @@ Usage: shutdown [/?] [/i | /l | /s | /r | /g | /a | /p | /h | /e] [/f]\n\ yy è il codice minore (numero intero positivo inferiore a 65536).\n" IDS_ERROR_SHUTDOWN_REBOOT "ERROR: Impossibile arrestare e riavviare al tempo stesso.\n" - IDS_ERROR_TIMEOUT "ERROR: Il valore di timeout di u% è fuori dai limiti (0-315360000) \n" + IDS_ERROR_TIMEOUT "ERROR: Il valore di timeout di u% è fuori dai limiti (0-315360000)\n" IDS_ERROR_ABORT "ERROR: Impossibile interrompere l'arresto del sistema \n." IDS_ERROR_LOGOFF "ERROR: Impossibile disconnettersi dal sistema \n" IDS_ERROR_SHUTDOWN "ERROR: Impossibile arrestare il sistema \n."