Signed-off-by: Andrew Eikum aeikum@codeweavers.com
On Wed, Mar 20, 2019 at 03:00:51PM +0530, Isira Seneviratne wrote:
From 717855a07092c479196ade0e5c44708407c16489 Mon Sep 17 00:00:00 2001 From: Isira Seneviratne isirasen96@gmail.com Date: Wed, 20 Mar 2019 14:53:02 +0530 Subject: [PATCH] winmm: Correct phrasing of some resource strings.
Alter a couple of strings so that they end the same way that other similar strings end; namely, with ", and then try again."
Signed-off-by: Isira Seneviratne isirasen96@gmail.com
dlls/winmm/winmm.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/winmm/winmm.rc b/dlls/winmm/winmm.rc index 78c1de9427..2d23fdf2e2 100644 --- a/dlls/winmm/winmm.rc +++ b/dlls/winmm/winmm.rc @@ -124,12 +124,12 @@ 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; then try again." +MCIERR_SEQ_PORT_INUSE, "The specified MIDI port is already in use. Wait until it is free, and then try again." MCIERR_SEQ_PORT_MAPNODEVICE, "The current MIDI Mapper setup refers to a MIDI device that is not installed on the system." 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." MCIERR_SEQ_PORTUNSPECIFIED, "The system doesn't have a current MIDI port specified." -MCIERR_SEQ_TIMER, "All multimedia timers are being used by other applications. Quit one of these applications; then, try again." +MCIERR_SEQ_TIMER, "All multimedia timers are being used by other applications. Quit one of these applications, and then try again."
/* mixer UI */ IDS_MAPPER_NAME, "Wine Sound Mapper" -- 2.21.0