From 98c49322c16c49eef9ef1e335b4016b4db609ac9 Mon Sep 17 00:00:00 2001 From: Andrew Dyukov Date: Fri, 17 Sep 2010 20:11:17 +0300 Subject: STORM-153 FIXED Localized Conference and non-existent IM session name strings. - Moved the "no session" string to XML and used it in code instead of hardcode. - Conference string turned out to be already translated, but the way translation was happening ad-hoc chat log files on disk would get localized names, and thus be inconsistent (and that would create problems with browsing them later). It didn't happen already just because this string wasn't translated in other locales somewhy. So moved localization of session name after the the creation of log file. Also changed value of string according to Eli's comment in ticket. --- indra/newview/skins/default/xui/en/strings.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'indra/newview/skins/default/xui/en') diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 3fa5c7afec..6b3fd9ff9e 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3029,7 +3029,7 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. Ad-hoc Conference - [AGENT_NAME] Conference + Conference with [AGENT_NAME] Inventory item offered @@ -3039,6 +3039,9 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. + + (IM Session Doesn't Exist) + You are the only user in this session. -- cgit v1.2.3