From 659f417aadc7cc5e909c23de3fac70cc68369f40 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 31 Jan 2019 15:06:58 +0300 Subject: message text standardization --- plugins/Scriver/src/chat_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/src') diff --git a/plugins/Scriver/src/chat_options.cpp b/plugins/Scriver/src/chat_options.cpp index fdf53a98f9..318eb64e72 100644 --- a/plugins/Scriver/src/chat_options.cpp +++ b/plugins/Scriver/src/chat_options.cpp @@ -41,7 +41,7 @@ static struct branch_t branch1[] = { { LPGENW("Enable button context menus"), "RightClickFilter", 0, 0, nullptr }, { LPGENW("Show topic on your contact list (if supported)"), "TopicOnClist", 0, 0, nullptr }, { LPGENW("Do not play sounds when focused"), "SoundsFocus", 0, 0, nullptr }, - { LPGENW("Do not pop up when joining"), "PopupOnJoin", 0, 0, nullptr }, + { LPGENW("Do not pop up the window when joining a chat room"), "PopupOnJoin", 0, 0, nullptr }, { LPGENW("Show contact statuses (if supported)"), "ShowContactStatus", 0, 0, nullptr }, { LPGENW("Display contact status icon before role icon"), "ContactStatusFirst", 0, 0, nullptr }, { LPGENW("Add ':' to auto-completed names"), "AddColonToAutoComplete", 0, 1, nullptr } -- cgit v1.2.3