From e7f7bd917831c763c7fdf3313039f777d71165ce Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 12 May 2014 14:10:43 +0000 Subject: remove \ befor ' git-svn-id: http://svn.miranda-ng.org/main/trunk@9169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/chat/options.cpp') diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index af4763293e..9615195296 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -167,7 +167,7 @@ static branch_t branch2[] = { { LPGENT("Add a colon (:) to auto-completed user names"), "AddColonToAutoComplete", 0, 1, NULL }, { LPGENT("Start private conversation on doubleclick in nick list (insert nick if unchecked)"), "DoubleClick4Privat", 0, 0, NULL }, { LPGENT("Strip colors from messages in the log"), "StripFormatting", 0, 0, NULL }, - { LPGENT("Enable the \'event filter\' for new rooms"), "FilterEnabled", 0, 0, NULL }, + { LPGENT("Enable the 'event filter' for new rooms"), "FilterEnabled", 0, 0, NULL }, { LPGENT("Use IRC style status indicators in the log"), "LogClassicIndicators", 0, 0, NULL }, { LPGENT("Allow clickable user names in the message log"), "ClickableNicks", 0, 1, NULL }, { LPGENT("Colorize user names in message log"), "ColorizeNicksInLog", 0, 1, NULL }, -- cgit v1.2.3