diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-01 17:15:02 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-01 17:15:02 +0000 |
commit | 5dc554c98d317a5e9383d541de7d76b804603cfb (patch) | |
tree | de386e1b95ed648c64139e52a4c5d2e985c6d8fd /plugins/TabSRMM/src/translator.cpp | |
parent | 123cd471df4b1a88766dae1390badbdf25fd64c6 (diff) |
comma before "etc."
git-svn-id: http://svn.miranda-ng.org/main/trunk@7444 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/translator.cpp')
-rw-r--r-- | plugins/TabSRMM/src/translator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/translator.cpp b/plugins/TabSRMM/src/translator.cpp index 69b35832e3..5d397a7b21 100644 --- a/plugins/TabSRMM/src/translator.cpp +++ b/plugins/TabSRMM/src/translator.cpp @@ -133,7 +133,7 @@ TOptionListItem m_lvItemsLog[] = { 0, LPGENT("Use Incoming/Outgoing Icons"), 1, LOI_TYPE_FLAG, MWF_LOG_INOUTICONS, 3,
0, LPGENT("Use Message Grouping"), 1, LOI_TYPE_FLAG, MWF_LOG_GROUPMODE, 0,
0, LPGENT("Indent message body"), 1, LOI_TYPE_FLAG, MWF_LOG_INDENT, 0,
- 0, LPGENT("Simple text formatting (*bold* etc.)"), 0, LOI_TYPE_FLAG, MWF_LOG_TEXTFORMAT, 0,
+ 0, LPGENT("Simple text formatting (*bold*, etc.)"), 0, LOI_TYPE_FLAG, MWF_LOG_TEXTFORMAT, 0,
0, LPGENT("Support BBCode formatting"), 1, LOI_TYPE_FLAG, MWF_LOG_BBCODE, 0,
0, LPGENT("Place a separator in the log after a window lost its foreground status"), 0, LOI_TYPE_SETTING, (UINT_PTR)"usedividers", 0,
0, LPGENT("Only place a separator when an incoming event is announced with a popup"), 0, LOI_TYPE_SETTING, (UINT_PTR)"div_popupconfig", 0,
|