Module: wine
Branch: master
Commit: 11bbb80dc94e52d91b9e85f501978946713129b3
URL: http://source.winehq.org/git/wine.git/?a=commit;h=11bbb80dc94e52d91b9e85f50…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Wed Mar 16 08:25:21 2011 +0100
winecfg: Add a full stop to an error message.
---
programs/winecfg/winecfg.rc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/winecfg/winecfg.rc b/programs/winecfg/winecfg.rc
index f98a14d..652fc47 100644
--- a/programs/winecfg/winecfg.rc
+++ b/programs/winecfg/winecfg.rc
@@ -83,7 +83,7 @@ BEGIN
IDS_DRIVE_REMOTE "Network share"
IDS_DRIVE_REMOVABLE "Floppy disk"
IDS_DRIVE_CDROM "CD-ROM"
- IDS_DRIVE_LETTERS_EXCEEDED "You cannot add any more drives.\n\nEach drive must have a letter, from A to Z, so you cannot have more than 26"
+ IDS_DRIVE_LETTERS_EXCEEDED "You cannot add any more drives.\n\nEach drive must have a letter, from A to Z, so you cannot have more than 26."
IDS_SYSTEM_DRIVE_LABEL "System drive"
IDS_CONFIRM_DELETE_C "Are you sure you want to delete drive C?\n\nMost Windows applications expect drive C to exist, and will die messily if it doesn't. If you proceed remember to recreate it!"
IDS_COL_DRIVELETTER "Letter"
Module: wine
Branch: master
Commit: 8067f7606c67a68233b2142a1d9a4d23f44aac9a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8067f7606c67a68233b2142a1…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Wed Mar 16 08:24:04 2011 +0100
cmd: Add full stops to some parameter descriptions in the usage.
---
programs/cmd/cmd.rc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/programs/cmd/cmd.rc b/programs/cmd/cmd.rc
index 0cf96fe..4a45922 100644
--- a/programs/cmd/cmd.rc
+++ b/programs/cmd/cmd.rc
@@ -155,7 +155,7 @@ action, and can therefore be used as a comment in a batch file.\n"
WCMD_REN,
"REN <filename> is the short version of RENAME. It renames a file.\n"
- WCMD_RENAME, "RENAME <filename> renames a file\n"
+ WCMD_RENAME, "RENAME <filename> renames a file.\n"
WCMD_RD,
"RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
WCMD_RMDIR, "RMDIR <dir> deletes a subdirectory.\n"
@@ -201,7 +201,7 @@ VERIFY\t\tDisplays ON or OFF as appropriate.\n\
The verify flag has no function in Wine.\n"
WCMD_VER,
-"VER displays the version of cmd you are running\n"
+"VER displays the version of cmd you are running.\n"
WCMD_VOL, "VOL shows the volume label of a disk device.\n"
Module: wine
Branch: master
Commit: 74a75e479b8888d9e3ca6b6a0732a1b5b11ef829
URL: http://source.winehq.org/git/wine.git/?a=commit;h=74a75e479b8888d9e3ca6b6a0…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Wed Mar 16 08:23:33 2011 +0100
winmm: Add full stops to some error messages.
---
dlls/winmm/winmm.rc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/winmm/winmm.rc b/dlls/winmm/winmm.rc
index f529dff..6b5d800 100644
--- a/dlls/winmm/winmm.rc
+++ b/dlls/winmm/winmm.rc
@@ -39,7 +39,7 @@ MMSYSERR_INVALFLAG, "An invalid flag was passed to a system function."
MMSYSERR_INVALPARAM, "An invalid parameter was passed to a system function."
/* WAVE errors */
-WAVERR_BADFORMAT, "The specified format is not supported or cannot be translated. Use the Capabilities function to determine the supported formats"
+WAVERR_BADFORMAT, "The specified format is not supported or cannot be translated. Use the Capabilities function to determine the supported formats."
WAVERR_STILLPLAYING, "Cannot perform this operation while media data is still playing. Reset the device, or wait until the data is finished playing."
WAVERR_UNPREPARED, "The wave header was not prepared. Use the Prepare function to prepare the header, and then try again."
WAVERR_SYNC, "Cannot open the device without using the WAVE_ALLOWSYNC flag. Use the flag, and then try again."
@@ -74,7 +74,7 @@ MCIERR_DEVICE_NOT_READY, "The device driver is not ready."
MCIERR_INTERNAL, "A problem occurred in initializing MCI. Try restarting Windows."
MCIERR_DRIVER, "There is a problem with the device driver. The driver has closed. Cannot access error."
MCIERR_CANNOT_USE_ALL, "Cannot use 'all' as the device name with the specified command."
-MCIERR_MULTIPLE, "Errors occurred in more than one device. Specify each command and device separately to determine which devices caused the error"
+MCIERR_MULTIPLE, "Errors occurred in more than one device. Specify each command and device separately to determine which devices caused the error."
MCIERR_EXTENSION_NOT_FOUND, "Cannot determine the device type from the given filename extension."
MCIERR_OUTOFRANGE, "The specified parameter is out of range for the specified command."
MCIERR_FLAGS_NOT_COMPATIBLE, "The specified parameters cannot be used together."