mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[DESK] Correction for English (United Kingdom) translation (#3949)
The word "personalize" should be "personalise" in British English.
This commit is contained in:
parent
d7255f1584
commit
647ba1cb45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue