diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-29 16:42:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-29 16:42:36 +0300 |
commit | 7ff69808b9fb94efdc8462e750762cd522649d59 (patch) | |
tree | ba1bf70ac1a6e38373ee41d79ae176ff71a7b720 /src/gui | |
parent | e5c4dde11faf4c9bc58b3f3192bcbc6735303a27 (diff) | |
download | plus-7ff69808b9fb94efdc8462e750762cd522649d59.tar.gz plus-7ff69808b9fb94efdc8462e750762cd522649d59.tar.bz2 plus-7ff69808b9fb94efdc8462e750762cd522649d59.tar.xz plus-7ff69808b9fb94efdc8462e750762cd522649d59.zip |
Fix typo in chat settings.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/tabs/setup_chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_chat.cpp b/src/gui/widgets/tabs/setup_chat.cpp index da330cf3d..3502a7754 100644 --- a/src/gui/widgets/tabs/setup_chat.cpp +++ b/src/gui/widgets/tabs/setup_chat.cpp @@ -255,7 +255,7 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : // TRANSLATORS: settings option new SetupItemCheckBox(_("Use local time"), - _("If this feature enabled, timestamps in chat will use locak times." + _("If this feature enabled, timestamps in chat will use local times." "If disabled, server time will be used (often it is GMT+0)."), "useLocalTime", this, "useLocalTimeEvent"); |