[0.4.12][SYSDM] uk-UA.rc Trivial whitespace addendum (in context of CORE-17827)
authorJoachim Henze <Joachim.Henze@reactos.org>
Sun, 27 Feb 2022 12:51:25 +0000 (13:51 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Sun, 27 Feb 2022 12:51:25 +0000 (13:51 +0100)
A resource compiler 'warning RC4206 : title string too long; truncated at 256'
had been fixed by
0.4.12-dev-920-g 8fb10879fc233c71dc724741c1ec071dd89c8b8c already
and I am porting this back into releases/0.4.7 till releases/0.4.11 right now.

Back then the trailing space before that comment
' //TOO LONG, MAX 256 CHARS ALLOWED' was forgotten to be removed.
That part was already done on master head since then though as part of 0.4.15-dev-3152-g bbabe2489e63f5a0c0a80935bc50b3a787f9ec81

I decided to port back 'the final thing' of that line instead of having several intermediate states.
Therefore the stupid-looking one-character-change in this branch.

dll/cpl/sysdm/lang/uk-UA.rc

index 37024f9..ad9689c 100644 (file)
@@ -160,7 +160,7 @@ CAPTION "Профілі користувачів"
 FONT 8, "MS Shell Dlg"
 BEGIN
     ICON IDI_USERPROF, IDC_STATIC, 6, 11, 16, 16, SS_ICON
-    LTEXT "Профілі користувачів містять відомості стосовно облікових записів користувачів. Ви можете створити окремі профілі для кожного з комп'ютерів, на яких ви працюєте, або використовувати один спільний профіль для всіх комп'ютерів.", IDC_STATIC, 40, 11, 204, 39 
+    LTEXT "Профілі користувачів містять відомості стосовно облікових записів користувачів. Ви можете створити окремі профілі для кожного з комп'ютерів, на яких ви працюєте, або використовувати один спільний профіль для всіх комп'ютерів.", IDC_STATIC, 40, 11, 204, 39
     LTEXT "Профілі, які зберігаються на цьому комп'ютері:", IDC_STATIC, 16, 51, 204, 9
     CONTROL "", IDC_USERPROFILE_LIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL |
             LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP, 6, 66, 244, 85, WS_EX_CLIENTEDGE