https://git.reactos.org/?p=reactos.git;a=commitdiff;h=647ba1cb45b87bb229280…
commit 647ba1cb45b87bb229280843ff48a1f90e806eed
Author: PopuriAO29 <36154203+PopuriAO29(a)users.noreply.github.com>
AuthorDate: Fri Sep 10 05:48:41 2021 +0700
Commit: GitHub <noreply(a)github.com>
CommitDate: Fri Sep 10 01:48:41 2021 +0300
[DESK] Correction for English (United Kingdom) translation (#3949)
The word "personalize" should be "personalise" in British
English.
---
dll/cpl/desk/lang/en-GB.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/cpl/desk/lang/en-GB.rc b/dll/cpl/desk/lang/en-GB.rc
index 9ac99cd9eb9..7c373470442 100644
--- a/dll/cpl/desk/lang/en-GB.rc
+++ b/dll/cpl/desk/lang/en-GB.rc
@@ -5,7 +5,7 @@ CAPTION "Themes"
STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
FONT 8, "MS Shell Dlg"
BEGIN
- LTEXT "A theme is a background plus a set of sounds, icons, and other elements
to help you personalize your computer with one click.", IDC_STATIC, 5, 5, 235, 30
+ LTEXT "A theme is a background plus a set of sounds, icons, and other elements
to help you personalise your computer with one click.", IDC_STATIC, 5, 5, 235, 30
LTEXT "Theme:", IDC_STATIC, 5, 42, 55, 10
COMBOBOX IDC_THEMES_COMBOBOX, 5, 52, 160, 300, CBS_HASSTRINGS | CBS_AUTOHSCROLL |
CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Save &As...", IDC_THEMES_SAVE_AS, 170, 52, 70, 14