https://git.reactos.org/?p=reactos.git;a=commitdiff;h=181ed94e2225e3b3a00b8e2533596fe2e8972e50

commit 181ed94e2225e3b3a00b8e2533596fe2e8972e50
Author:     Jose Carlos Jesus <[email protected]>
AuthorDate: Tue Apr 21 14:38:23 2020 +0100
Commit:     GitHub <[email protected]>
CommitDate: Tue Apr 21 16:38:23 2020 +0300

    [SHELL32] Fix grammar mistake in portuguese translation (#2605)
---
 dll/win32/shell32/lang/pt-PT.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/win32/shell32/lang/pt-PT.rc b/dll/win32/shell32/lang/pt-PT.rc
index 2dd69f85cd6..1eb2a024814 100644
--- a/dll/win32/shell32/lang/pt-PT.rc
+++ b/dll/win32/shell32/lang/pt-PT.rc
@@ -400,7 +400,7 @@ BEGIN
     LTEXT "Ficheiro:    ", 14001, 44, 25, 188, 20
     GROUPBOX "&Programas", -1, 7, 42, 249, 187
     CONTROL "Programs", 14002, WC_TREEVIEW, WS_BORDER | WS_TABSTOP | 
TVS_SHOWSELALWAYS, 16 ,57, 230, 130
-    AUTOCHECKBOX "Sempre &use este programa para abrir esse tipo de 
ficheiros", 14003, 16, 193, 232, 10
+    AUTOCHECKBOX "&Utilizar sempre este programa para abrir este tipo de 
ficheiro", 14003, 16, 193, 232, 10
     PUSHBUTTON "&Seleccionar...", 14004, 188, 207, 60, 14
     DEFPUSHBUTTON "OK", IDOK, 150, 236, 50, 14
     PUSHBUTTON "Cancelar", IDCANCEL, 206, 236, 50, 14

Reply via email to