diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-11-16 23:26:08 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2010-11-16 23:26:08 +0200 |
commit | d0de833d947b219eabae01abbb5750ad05e5e305 (patch) | |
tree | 479cb15e2853e418aa6f101fbc93b8841eac44fd /indra/newview/skins/default/xui/it/floater_pay.xml | |
parent | e8e1d7e629b9a4a65cde766ed81334140a749428 (diff) |
STORM-563 FIXED Updated all localized XUI strings and notifications templates to use display names.
Previously name substitutions were broken, so "[FIRST] [LAST]" was displayed instead of avatar name.
Some of the affected notifications:
* avatar went online/offline notification
* object return notification
* calling card offer
* script dialog
* auto-unmute notification.
See the diff for more details.
The fixes apply to all locales but English (which is already correct).
Besides, I fixed calling card offer notification to display avatar name correctly. It was broken even in English.
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_pay.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/floater_pay.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_pay.xml b/indra/newview/skins/default/xui/it/floater_pay.xml index c1ea8ec9c8..6389cbfbf7 100644 --- a/indra/newview/skins/default/xui/it/floater_pay.xml +++ b/indra/newview/skins/default/xui/it/floater_pay.xml @@ -11,7 +11,7 @@ </text> <icon name="icon_person" tool_tip="Persona"/> <text left="115" name="payee_name"> - [FIRST] [LAST] + Test Name That Is Extremely Long To Check Clipping </text> <button label="1 L$" label_selected="1 L$" left="118" name="fastpay 1" width="80"/> <button label="5 L$" label_selected="5 L$" left="210" name="fastpay 5"/> |