diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-24 19:39:08 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-24 19:39:08 +0000 |
commit | c73461a6b99080525ae0f800cb9b2f6e33f75162 (patch) | |
tree | 50941dd97881e171e5252967e8c9f926c68c0139 /src | |
parent | f312dbcec45174645423286d80c108f557da4415 (diff) |
In American English a comma should follow e.g.
git-svn-id: http://svn.miranda-ng.org/main/trunk@7374 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resource.rc b/src/resource.rc index 92f2499696..22acbdc403 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -404,9 +404,9 @@ BEGIN EDITTEXT IDC_PROFILENAME,61,22,105,12,ES_AUTOHSCROLL
COMBOBOX IDC_PROFILEDRIVERS,61,75,105,56,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Profile",IDC_STATIC,20,23,38,9
- LTEXT "e.g. Workplace",IDC_STATIC,62,35,77,9
+ LTEXT "e.g., Workplace",IDC_STATIC,62,35,77,9
LTEXT "You can select a different profile driver from the default, it may offer more features or abilities, if in doubt use the default.",IDC_STATIC,4,46,207,24
- LTEXT "e.g. Miranda Database",IDC_STATIC,62,91,84,11
+ LTEXT "e.g., Miranda Database",IDC_STATIC,62,91,84,11
LTEXT "Driver",IDC_STATIC,20,77,37,9
LTEXT "Problem: Unable to find any database drivers, this means you cannot create a new profile, you need to get dbx_mmap.dll",IDC_NODBDRIVERS,4,104,203,22,NOT WS_VISIBLE
END
|