winecfg: Add a full stop to an error message.

Francois Gouget fgouget at free.fr
Wed Mar 16 02:25:21 CDT 2011


---
 programs/winecfg/winecfg.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The other winecfg error message have proper punctuation.


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"
-- 
1.7.2.3




More information about the wine-patches mailing list