https://git.reactos.org/?p=reactos.git;a=commitdiff;h=699b8bf857ae4e424d1a1…
commit 699b8bf857ae4e424d1a1c3dbbcba80144d3fc33
Author: Bișoc George <fraizeraust99(a)gmail.com>
AuthorDate: Wed Jan 3 21:29:44 2018 +0100
[DLL][WIN32][NEWDEV] Wrong character in the Romanian translation removed (#259)
Replaced "ú" with "u". Is that letter even a thing? :D
---
dll/win32/newdev/lang/ro-RO.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/newdev/lang/ro-RO.rc b/dll/win32/newdev/lang/ro-RO.rc
index 547271c9d5..243eb8234f 100644
--- a/dll/win32/newdev/lang/ro-RO.rc
+++ b/dll/win32/newdev/lang/ro-RO.rc
@@ -15,7 +15,7 @@ CAPTION "Asistent de instalare dispozitiv"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Bun venit!", IDC_WELCOMETITLE, 120, 8, 195, 16
- LTEXT "Acest asistent va instala modúle-pilot pentru dispozitivul:",
IDC_STATIC, 120, 21, 195, 16
+ LTEXT "Acest asistent va instala module-pilot pentru dispozitivul:",
IDC_STATIC, 120, 21, 195, 16
LTEXT "Apăsați „Înainte” pentru a continua.", IDC_STATIC, 120, 169, 195,
16
LTEXT "DISPOZITIV NECUNOSCUT", IDC_DEVICE, 148, 36, 147, 12
LTEXT "AVERTISMENT: INSTALAREA UNUI DISPOZITIV NEOBIȘNUIT VĂ POATE SCOATE DIN
FUNCȚIUNE CALCULATORUL!", IDC_STATIC, 120, 59, 195, 16