summaryrefslogtreecommitdiff
path: root/plugins/Folders
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-01-04 10:35:39 +0000
committerDart Raiden <wowemuh@gmail.com>2014-01-04 10:35:39 +0000
commit73e5783f1c97fc8527bbb93ed5692c445edb83d7 (patch)
tree357f93c86a46ff76300ff701705286100edc4439 /plugins/Folders
parent9836449cc5779cf5e532cbdb0e8604efe587eb67 (diff)
Both abbreviations i.e. and e.g. are preceded by a comma. Both are followed by a comma in American English
git-svn-id: http://svn.miranda-ng.org/main/trunk@7489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders')
-rw-r--r--plugins/Folders/src/dlg_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp
index 7d9ff357f8..19c1e40226 100644
--- a/plugins/Folders/src/dlg_handlers.cpp
+++ b/plugins/Folders/src/dlg_handlers.cpp
@@ -136,7 +136,7 @@ static INT_PTR CALLBACK DlgProcVariables(HWND hWnd, UINT msg, WPARAM wParam, LPA
TranslateT("(e.g., default if your your profile is default.dat)."),
TranslateT("Environment variables"),
TranslateT("The plugin can also expand environment variables; the variables are specified like in any other"),
- TranslateT("program that can use environment variables, i.e. %<env variable>%."),
+ TranslateT("program that can use environment variables, i.e., %<env variable>%."),
TranslateT("Note: Environment variables are expanded before any Miranda variables. So if you have, for"),
TranslateT("example, %profile_path% defined as a system variable then it will be expanded to that value"),
TranslateT("instead of expanding to Miranda\'s profile path."),