Use a single space after a full stop to follow the Windows GUI guidelines.

Francois Gouget fgouget at free.fr
Sun Jan 22 17:36:39 CST 2012


---

This is the same as the previous xcopy and cryptui patches but applied 
to spaces following full stops and may be more controversial. Yet the 
Windows GUI Guidelines (and a number of other sources) are pretty clear:

http://msdn.microsoft.com/en-us/library/aa974176.aspx#general

|  Use one space between sentences. Not two.


 dlls/cryptui/cryptui.rc       |   10 +++++-----
 dlls/msi/msi.rc               |    2 +-
 dlls/oledlg/oledlg.rc         |    8 ++++----
 dlls/shell32/shell32.rc       |    2 +-
 dlls/winspool.drv/winspool.rc |    2 +-
 programs/start/start.rc       |    2 +-
 programs/winecfg/winecfg.rc   |    2 +-
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/dlls/cryptui/cryptui.rc b/dlls/cryptui/cryptui.rc
index aaecfb9..ce1aa95 100644
--- a/dlls/cryptui/cryptui.rc
+++ b/dlls/cryptui/cryptui.rc
@@ -26,8 +26,8 @@ STRINGTABLE
 {
     IDS_CERTIFICATE "Certificate"
     IDS_CERTIFICATEINFORMATION "Certificate Information"
-    IDS_CERT_INFO_BAD_SIG "This certificate has an invalid signature.  The certificate may have been altered or corrupted."
-    IDS_CERT_INFO_UNTRUSTED_CA "This root certificate is not trusted.  To trust it, add it to your system's trusted root certificate store."
+    IDS_CERT_INFO_BAD_SIG "This certificate has an invalid signature. The certificate may have been altered or corrupted."
+    IDS_CERT_INFO_UNTRUSTED_CA "This root certificate is not trusted. To trust it, add it to your system's trusted root certificate store."
     IDS_CERT_INFO_UNTRUSTED_ROOT "This certificate could not be validated to a trusted root certificate."
     IDS_CERT_INFO_PARTIAL_CHAIN "This certificate's issuer could not be found."
     IDS_CERT_INFO_BAD_PURPOSES "All the intended purposes of this certificate could not be verified."
@@ -66,7 +66,7 @@ STRINGTABLE
     IDS_SELECT_STORE_TITLE "Select Certificate Store"
     IDS_SELECT_STORE "Please select a certificate store."
     IDS_IMPORT_WIZARD "Certificate Import Wizard"
-    IDS_IMPORT_TYPE_MISMATCH "The file contains objects that do not match the given criteria.  Please select another file."
+    IDS_IMPORT_TYPE_MISMATCH "The file contains objects that do not match the given criteria. Please select another file."
     IDS_IMPORT_FILE_TITLE "File to Import"
     IDS_IMPORT_FILE_SUBTITLE "Specify the file you want to import."
     IDS_IMPORT_STORE_TITLE "Certificate Store"
@@ -79,7 +79,7 @@ STRINGTABLE
     IDS_IMPORT_FILTER_CMS "CMS/PKCS #7 Messages (*.spc; *.p7b)"
     IDS_IMPORT_FILTER_ALL "All files (*.*)"
     IDS_IMPORT_EMPTY_FILE "Please select a file."
-    IDS_IMPORT_BAD_FORMAT "The file format is not recognized.  Please select another file."
+    IDS_IMPORT_BAD_FORMAT "The file format is not recognized. Please select another file."
     IDS_IMPORT_OPEN_FAILED "Could not open "
     IDS_IMPORT_DEST_DETERMINED "Determined by the program"
     IDS_IMPORT_SELECT_STORE "Please select a store"
@@ -149,7 +149,7 @@ STRINGTABLE
     IDS_EXPORT_FORMAT_SUBTITLE "Choose the format in which the content will be saved."
     IDS_EXPORT_FILE_TITLE "Export Filename"
     IDS_EXPORT_FILE_SUBTITLE "Specify the name of the file in which the content will be saved."
-    IDS_EXPORT_FILE_EXISTS "The specified file already exists.  Do you want to replace it?"
+    IDS_EXPORT_FILE_EXISTS "The specified file already exists. Do you want to replace it?"
     IDS_EXPORT_FILTER_CERT "DER-Encoded Binary X.509 (*.cer)"
     IDS_EXPORT_FILTER_BASE64_CERT "Base64-Encoded X.509 (*.cer)"
     IDS_EXPORT_FILTER_CRL "Certificate Revocation List (*.crl)"
diff --git a/dlls/msi/msi.rc b/dlls/msi/msi.rc
index 20c7795..f58de7e 100644
--- a/dlls/msi/msi.rc
+++ b/dlls/msi/msi.rc
@@ -24,7 +24,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
 STRINGTABLE
 {
-	4 "The specified installation package could not be opened.  Please check the file path and try again."
+	4 "The specified installation package could not be opened. Please check the file path and try again."
 	5 "path %s not found"
 	9 "insert disk %s"
 	10 "Windows Installer %s\n\n" \
diff --git a/dlls/oledlg/oledlg.rc b/dlls/oledlg/oledlg.rc
index 5b13991..86ab97f 100644
--- a/dlls/oledlg/oledlg.rc
+++ b/dlls/oledlg/oledlg.rc
@@ -33,10 +33,10 @@ STRINGTABLE
 {
     IDS_PS_PASTE_DATA                     "Inserts the contents of the clipboard into your document as %s."
     IDS_PS_PASTE_OBJECT                   "Inserts the contents of the clipboard into your document so that you can activate it using %s."
-    IDS_PS_PASTE_OBJECT_AS_ICON           "Inserts the contents of the clipboard into your document so that you can activate it using %s.  It will be displayed as an icon."
-    IDS_PS_PASTE_LINK_DATA                "Inserts the contents of the clipboard into your document as %s.  The data is linked to the source file so that changes to the file will be reflected in your document."
-    IDS_PS_PASTE_LINK_OBJECT              "Inserts a picture of the clipboard contents into your document.  The picture is linked to the source file so that changes to the file will be reflected in your document."
-    IDS_PS_PASTE_LINK_OBJECT_AS_ICON      "Inserts a shortcut which points to the location of the clipboard contents.  The shortcut is linked to the source file so that changes to the file will be reflected in your document."
+    IDS_PS_PASTE_OBJECT_AS_ICON           "Inserts the contents of the clipboard into your document so that you can activate it using %s. It will be displayed as an icon."
+    IDS_PS_PASTE_LINK_DATA                "Inserts the contents of the clipboard into your document as %s. The data is linked to the source file so that changes to the file will be reflected in your document."
+    IDS_PS_PASTE_LINK_OBJECT              "Inserts a picture of the clipboard contents into your document. The picture is linked to the source file so that changes to the file will be reflected in your document."
+    IDS_PS_PASTE_LINK_OBJECT_AS_ICON      "Inserts a shortcut which points to the location of the clipboard contents. The shortcut is linked to the source file so that changes to the file will be reflected in your document."
     IDS_PS_NON_OLE                        "Inserts the contents of the clipboard into your document."
     IDS_PS_UNKNOWN_TYPE                   "Unknown Type"
     IDS_PS_UNKNOWN_SRC                    "Unknown Source"
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 3aaa0f2..04f2b8a 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -271,7 +271,7 @@ License as published by the Free Software Foundation; either \
 version 2.1 of the License, or (at your option) any later version.\n\n\
 Wine is distributed in the hope that it will be useful, \
 but WITHOUT ANY WARRANTY; without even the implied warranty of \
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU \
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
 Lesser General Public License for more details.\n\n\
 You should have received a copy of the GNU Lesser General Public \
 License along with Wine; if not, write to the Free Software \
diff --git a/dlls/winspool.drv/winspool.rc b/dlls/winspool.drv/winspool.rc
index 3af7098..3072ff1 100644
--- a/dlls/winspool.drv/winspool.rc
+++ b/dlls/winspool.drv/winspool.rc
@@ -25,7 +25,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 STRINGTABLE
 {
     IDS_CAPTION "Local Port"
-    IDS_FILE_EXISTS "The output file already exists.  Click OK to overwrite."
+    IDS_FILE_EXISTS "The output file already exists. Click OK to overwrite."
     IDS_CANNOT_OPEN "Unable to create the output file."
 }
 
diff --git a/programs/start/start.rc b/programs/start/start.rc
index 7aea223..72114b0 100644
--- a/programs/start/start.rc
+++ b/programs/start/start.rc
@@ -53,7 +53,7 @@ of the License, or (at your option) any later version.\n\
 \n\
 This program is distributed in the hope that it will be useful,\n\
 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
 GNU Lesser Public License for more details.\n\
 \n\
 You should have received a copy of the GNU Lesser Public License\n\
diff --git a/programs/winecfg/winecfg.rc b/programs/winecfg/winecfg.rc
index 9f69287..2928e6a 100644
--- a/programs/winecfg/winecfg.rc
+++ b/programs/winecfg/winecfg.rc
@@ -143,7 +143,7 @@ STYLE WS_CHILD | WS_DISABLED
 FONT 8, "MS Shell Dlg"
 BEGIN
     GROUPBOX        "Application settings",IDC_STATIC, 8,4,244,210
-    LTEXT           "Wine can mimic different Windows versions for each application.  This tab is linked to the Libraries and Graphics tabs to allow you to change systemwide or per-application settings in those tabs as well.",
+    LTEXT           "Wine can mimic different Windows versions for each application. This tab is linked to the Libraries and Graphics tabs to allow you to change systemwide or per-application settings in those tabs as well.",
                     IDC_STATIC,15,15,227,45
     CONTROL         "",IDC_APP_LISTVIEW,"SysListView32",WS_BORDER | WS_TABSTOP | LVS_LIST | LVS_SINGLESEL | LVS_SHOWSELALWAYS,
                     15,60,230,110
-- 
1.7.7.3



More information about the wine-patches mailing list