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/da/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/da/floater_pay.xml')
-rw-r--r-- | indra/newview/skins/default/xui/da/floater_pay.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/da/floater_pay.xml b/indra/newview/skins/default/xui/da/floater_pay.xml index b2cdc0bfe7..5ebdd3f084 100644 --- a/indra/newview/skins/default/xui/da/floater_pay.xml +++ b/indra/newview/skins/default/xui/da/floater_pay.xml @@ -11,7 +11,7 @@ </text> <icon name="icon_person" tool_tip="Person"/> <text name="payee_name"> - [FIRST] [LAST] + Test Name That Is Extremely Long To Check Clipping </text> <button label="L$1" label_selected="L$1" name="fastpay 1"/> <button label="L$5" label_selected="L$5" name="fastpay 5"/> |