From 12b145f3e9d13ad425c43d9ef4c6abb295641f0d Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 27 Sep 2018 10:29:29 +0000 Subject: [PATCH] Fix for missing translationm issue #1125 git-svn-id: svn://192.168.202.10@3043 3d104415-ff17-0410-8863-d5cf3c621b8a --- .../trunk/www/agc/agc_agent_manager_chat_interface.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/agc_2-X/trunk/www/agc/agc_agent_manager_chat_interface.php b/agc_2-X/trunk/www/agc/agc_agent_manager_chat_interface.php index 80fbb263..1d65709a 100644 --- a/agc_2-X/trunk/www/agc/agc_agent_manager_chat_interface.php +++ b/agc_2-X/trunk/www/agc/agc_agent_manager_chat_interface.php @@ -1,7 +1,7 @@ LICENSE: AGPLv2 +# Copyright (C) 2018 Joe Johnson, Matt Florell LICENSE: AGPLv2 # # This page is for agents to chat with managers via the agent interface. # @@ -14,10 +14,11 @@ # 160523-0630 - Fixed vicidial_stylesheet issues # 161217-0827 - Added code for multi-user internal chat sessions # 161221-0801 - Added color-coding for users in internal chat sessions +# 180927-0624 - Fix for missing translationm issue #1125 # -$admin_version = '2.14-8'; -$build = '161221-0801'; +$admin_version = '2.14-9'; +$build = '180927-0624'; $sh="managerchats"; @@ -757,7 +758,7 @@ echo "
\n"; } echo "\n"; echo "\t
\n"; -echo "(bolded chats = unread messages)
"._QXZ("Mute alert sound")."
\n"; +echo "("._QXZ("bolded chats = unread messages").")
"._QXZ("Mute alert sound")."
\n"; echo "\t
\n"; echo "\t"; echo "\t\n";