Anders Jonsson : winmm: Fix typo in English, Slovak resources.

Alexandre Julliard julliard at winehq.org
Thu Dec 2 16:30:56 CST 2010


Module: wine
Branch: stable
Commit: 961e3d95de1cf67bf5c5c68a6f4143277656638d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=961e3d95de1cf67bf5c5c68a6f4143277656638d

Author: Anders Jonsson <anders.jonsson at norsjonet.se>
Date:   Tue Aug  3 08:25:48 2010 +0200

winmm: Fix typo in English, Slovak resources.
(cherry picked from commit 2ebe732453a6477dd8e5fcc209b297c7e2cf5b67)

---

 dlls/winmm/winmm_En.rc |    2 +-
 dlls/winmm/winmm_Sk.rc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winmm/winmm_En.rc b/dlls/winmm/winmm_En.rc
index 1a945d8..f7e80ea 100644
--- a/dlls/winmm/winmm_En.rc
+++ b/dlls/winmm/winmm_En.rc
@@ -119,7 +119,7 @@ MCIERR_FILE_READ, 		"Cannot read the specified file. Make sure the file is still
 MCIERR_FILE_WRITE, 		"Cannot write to the specified file. Make sure you have enough disk space or are still connected to the network."
 MCIERR_SEQ_DIV_INCOMPATIBLE, 	"The time formats of the ""song pointer"" and SMPTE are mutually exclusive. You can't use them together."
 MCIERR_SEQ_NOMIDIPRESENT, 	"The system has no installed MIDI devices. Use the Drivers option from the Control Panel to install a MIDI driver."
-MCIERR_SEQ_PORT_INUSE, 		"The specified MIDI port is already in use. Wait until it is free; the try again."
+MCIERR_SEQ_PORT_INUSE, 		"The specified MIDI port is already in use. Wait until it is free; then try again."
 MCIERR_SEQ_PORT_MAPNODEVICE, 	"The current MIDI Mapper setup refers to a MIDI device that is not installed on the system. Use the MIDI Mapper option from the Control Panel to edit the setup."
 MCIERR_SEQ_PORT_MISCERROR, 	"An error occurred with the specified port."
 MCIERR_SEQ_PORT_NONEXISTENT, 	"The specified MIDI device is not installed on the system. Use the Drivers option from the Control Panel to install a MIDI device."
diff --git a/dlls/winmm/winmm_Sk.rc b/dlls/winmm/winmm_Sk.rc
index d9345ec..0a1ded0 100644
--- a/dlls/winmm/winmm_Sk.rc
+++ b/dlls/winmm/winmm_Sk.rc
@@ -119,7 +119,7 @@ MCIERR_FILE_READ, 		"Cannot read the specified file. Make sure the file is still
 MCIERR_FILE_WRITE, 		"Cannot write to the specified file. Make sure you have enough disk space or are still connected to the network."
 MCIERR_SEQ_DIV_INCOMPATIBLE, 	"The time formats of the ""song pointer"" and SMPTE are mutually exclusive. You can't use them together."
 MCIERR_SEQ_NOMIDIPRESENT, 	"The system has no installed MIDI devices. Use the Drivers option from the Control Panel to install a MIDI driver."
-MCIERR_SEQ_PORT_INUSE, 		"The specified MIDI port is already in use. Wait until it is free; the try again."
+MCIERR_SEQ_PORT_INUSE, 		"The specified MIDI port is already in use. Wait until it is free; then try again."
 MCIERR_SEQ_PORT_MAPNODEVICE, 	"The current MIDI Mapper setup refers to a MIDI device that is not installed on the system. Use the MIDI Mapper option from the Control Panel to edit the setup."
 MCIERR_SEQ_PORT_MISCERROR, 	"An error occurred with the specified port."
 MCIERR_SEQ_PORT_NONEXISTENT, 	"The specified MIDI device is not installed on the system. Use the Drivers option from the Control Panel to install a MIDI device."




More information about the wine-cvs mailing list