diff options
author | Andrew Polunin <apolunin@productengine.com> | 2009-12-24 13:46:43 +0200 |
---|---|---|
committer | Andrew Polunin <apolunin@productengine.com> | 2009-12-24 13:46:43 +0200 |
commit | 6ed43b829b32b99b87cdd9b81e2ea3763fc49c56 (patch) | |
tree | b7ec1f2e7d1110726ae8d29d62b6071711a5a5f7 /indra/newview/skins | |
parent | caaa88306f5c29e2c937431efe999ce506e52d09 (diff) |
fixed minor bug EXT-3459 (Not user friendly notification after leaving group while group chat is opened)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index f004c95aca..447901f984 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2990,6 +2990,13 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. <string name="mute"> Error while moderating. </string> + <!--Some times string name is getting from the body of server response. + For ex.: from gIMMgr::showSessionStartError in the LLViewerChatterBoxSessionStartReply::post. + In case of the EXT-3459 issue 'removed' is passed into the gIMMgr::showSessionStartError as a string name. + So, let add string with name="removed" with the same value as "removed_from_group" --> + <string name="removed"> + You have been removed from the group. + </string> <string name="removed_from_group"> You have been removed from the group. </string> |