Skip to content

Commit 72ea2d4

Browse files
authored
[REACTOS] Spelling fixes (reactos#5534)
Fix spellings / hyphenation: `unassociate` ; `read-only` ; `double-click`
1 parent 5a928bc commit 72ea2d4

File tree

28 files changed

+37
-37
lines changed

28 files changed

+37
-37
lines changed

base/shell/cmd/lang/cs-CZ.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
126126
/S Delete file from all sub directory\n\
127127
/A Select files to be deleted based on attributes.\n\
128128
attributes\n\
129-
R Read Only files\n\
129+
R Read-only files\n\
130130
S System files\n\
131131
A Archiveable files\n\
132132
H Hidden Files\n\

base/shell/cmd/lang/en-US.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
121121
/S Delete file from all sub directory\n\
122122
/A Select files to be deleted based on attributes.\n\
123123
attributes\n\
124-
R Read Only files\n\
124+
R Read-only files\n\
125125
S System files\n\
126126
A Archiveable files\n\
127127
H Hidden Files\n\

base/shell/cmd/lang/sk-SK.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ERASE [/N /P /T /Q /S /W /Y /Z /A[[:]attributes]] file ...\n\n\
127127
/S Delete file from all sub directory\n\
128128
/A Select files to be deleted based on attributes.\n\
129129
attributes\n\
130-
R Read Only files\n\
130+
R Read-only files\n\
131131
S System files\n\
132132
A Archiveable files\n\
133133
H Hidden Files\n\

base/shell/explorer/traywnd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3138,7 +3138,7 @@ class CTrayWindow :
31383138

31393139
LRESULT OnNcLButtonDblClick(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
31403140
{
3141-
/* Let the clock handle the double click */
3141+
/* Let the clock handle the double-click */
31423142
::SendMessageW(m_TrayNotify, uMsg, wParam, lParam);
31433143

31443144
/* We "handle" this message so users can't cause a weird maximize/restore

dll/cpl/main/mouse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ ButtonProc(IN HWND hwndDlg,
382382
/* Reset swap mouse button setting */
383383
SystemParametersInfo(SPI_SETMOUSEBUTTONSWAP, pButtonData->g_OrigSwapMouseButtons, NULL, 0);
384384

385-
/* Reset double click speed setting */
385+
/* Reset double-click speed setting */
386386
SystemParametersInfo(SPI_SETDOUBLECLICKTIME, pButtonData->g_OrigDoubleClickSpeed, NULL, 0);
387387
//SetDoubleClickTime(pButtonData->g_OrigDoubleClickSpeed);
388388
}

dll/win32/devmgr/devmgmt/DeviceView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ CDeviceView::OnDoubleClick(
135135
GetCursorPos(&hitInfo.pt);
136136
ScreenToClient(m_hTreeView, &hitInfo.pt);
137137

138-
// Check if we are trying to double click an item
138+
// Check if we are trying to double-click an item
139139
hItem = TreeView_HitTest(m_hTreeView, &hitInfo);
140140
if (hItem != NULL && (hitInfo.flags & (TVHT_ONITEM | TVHT_ONITEMICON)))
141141
{

dll/win32/shell32/lang/bg-BG.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/ca-ES.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/cs-CZ.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ BEGIN
10181018
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10191019
IDS_NEWEXT_NEW "<New>"
10201020
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1021-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1021+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10221022
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10231023

10241024
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/da-DK.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ BEGIN
10181018
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10191019
IDS_NEWEXT_NEW "<New>"
10201020
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1021-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1021+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10221022
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10231023

10241024
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/el-GR.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/en-GB.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/en-US.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/fi-FI.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/he-IL.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ BEGIN
10141014
IDS_NEWEXT_ADVANCED_RIGHT "&מתקדם >>"
10151015
IDS_NEWEXT_NEW "<חדש>"
10161016
IDS_NEWEXT_SPECIFY_EXT "עליך לציין סיומת."
1017-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1017+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10181018
IDS_NEWEXT_EXT_IN_USE "סיומת בשימוש"
10191019

10201020
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/it-IT.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/ko-KR.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ BEGIN
10191019
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10201020
IDS_NEWEXT_NEW "<New>"
10211021
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1022-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1022+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10231023
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10241024

10251025
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/nl-NL.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/no-NO.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/pt-BR.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/sk-SK.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/sl-SI.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/sq-AL.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ BEGIN
10161016
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10171017
IDS_NEWEXT_NEW "<New>"
10181018
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1019-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1019+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10201020
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10211021

10221022
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

dll/win32/shell32/lang/sv-SE.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ BEGIN
10121012
IDS_NEWEXT_ADVANCED_RIGHT "Ad&vanced >>"
10131013
IDS_NEWEXT_NEW "<New>"
10141014
IDS_NEWEXT_SPECIFY_EXT "You must specify an extension."
1015-
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to un-associate %s with %s and create a new File Type for it?"
1015+
IDS_NEWEXT_ALREADY_ASSOC "Extension %s is already associated with File Type %s. Do you want to unassociate %s with %s and create a new File Type for it?"
10161016
IDS_NEWEXT_EXT_IN_USE "Extension is in use"
10171017

10181018
IDS_REMOVE_EXT "If you remove a registered file name extension, you will not be able to open files with this extension by double-clicking their icons.\n\nAre you sure you want to remove this extension?"

modules/rosapps/applications/cmdutils/vfdcmd/vfdmsg.mc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ If the target drive does not have a drive letter, this command also
12261226
assigns a local drive letter (see '%1!s!HELP LINK') using the first
12271227
available letter.
12281228
1229-
Read only files, NTFS encrypted/compressed files and ZIP compressed
1229+
Read-only files, NTFS encrypted/compressed files and ZIP compressed
12301230
image files (such as WinImage IMZ file) cannot be mounted directly
12311231
and must be opened in RAM mode.
12321232
@@ -1374,7 +1374,7 @@ OPTIONS:
13741374
The trailing ':' is optional.
13751375
The drive 0 is used if not specified.
13761376
1377-
/ON Enables the drive write protect - the drive becomes read only.
1377+
/ON Enables the drive write protect - the drive becomes read-only.
13781378
13791379
/OFF Disables the drive write protect - the drive becomes writable.
13801380

sdk/include/reactos/mc/errcodes.mc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18781,16 +18781,16 @@ Severity=Success
1878118781
Facility=System
1878218782
SymbolicName=ERROR_WMI_READ_ONLY
1878318783
Language=English
18784-
The WMI data item or data block is read only.
18784+
The WMI data item or data block is read-only.
1878518785
.
1878618786
Language=Russian
18787-
The WMI data item or data block is read only.
18787+
The WMI data item or data block is read-only.
1878818788
.
1878918789
Language=Polish
1879018790
Element danych WMI lub blok danych są tylko do odczytu.
1879118791
.
1879218792
Language=Romanian
18793-
The WMI data item or data block is read only.
18793+
The WMI data item or data block is read-only.
1879418794
.
1879518795

1879618796
MessageId=4214
@@ -21620,16 +21620,16 @@ Severity=Success
2162021620
Facility=System
2162121621
SymbolicName=ERROR_FILE_READ_ONLY
2162221622
Language=English
21623-
The specified file is read only.
21623+
The specified file is read-only.
2162421624
.
2162521625
Language=Russian
21626-
The specified file is read only.
21626+
The specified file is read-only.
2162721627
.
2162821628
Language=Polish
2162921629
Podany plik jest tylko do odczytu.
2163021630
.
2163121631
Language=Romanian
21632-
The specified file is read only.
21632+
The specified file is read-only.
2163321633
.
2163421634

2163521635
MessageId=6010

sdk/include/reactos/mc/ntstatus.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@ Severity=Error
41004100
Facility=System
41014101
SymbolicName=STATUS_WMI_READ_ONLY
41024102
Language=English
4103-
The WMI data item or data block is read only.
4103+
The WMI data item or data block is read-only.
41044104
.
41054105
41064106
MessageId=0x2c7

win32ss/user/ntuser/msgqueue.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
15641564
}
15651565
msg->lParam = MAKELONG( pt.x, pt.y );
15661566

1567-
/* translate double clicks */
1567+
/* translate double-clicks */
15681568

15691569
if ((msg->message == WM_LBUTTONDOWN) ||
15701570
(msg->message == WM_RBUTTONDOWN) ||
@@ -1573,7 +1573,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
15731573
{
15741574
BOOL update = *RemoveMessages;
15751575

1576-
/* translate double clicks -
1576+
/* translate double-clicks -
15771577
* note that ...MOUSEMOVEs can slip in between
15781578
* ...BUTTONDOWN and ...BUTTONDBLCLK messages */
15791579

@@ -1592,7 +1592,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
15921592
message += (WM_LBUTTONDBLCLK - WM_LBUTTONDOWN);
15931593
if (update)
15941594
{
1595-
MessageQueue->msgDblClk.message = 0; /* clear the double click conditions */
1595+
MessageQueue->msgDblClk.message = 0; /* clear the double-click conditions */
15961596
update = FALSE;
15971597
}
15981598
}
@@ -1604,7 +1604,7 @@ BOOL co_IntProcessMouseMessage(MSG* msg, BOOL* RemoveMessages, BOOL* NotForUs, L
16041604
return FALSE;
16051605
}
16061606

1607-
/* update static double click conditions */
1607+
/* update static double-click conditions */
16081608
if (update) MessageQueue->msgDblClk = *msg;
16091609
}
16101610
else

0 commit comments

Comments
 (0)