Instead of "?object_not_owner" display " (Owner)" appended on Object IM Info Floater

Translators may want to update floater_object_im_info.xml, string "owner" was added.
This commit is contained in:
Inusaito Sayori
2015-02-13 02:56:52 -05:00
parent a2058bc1e8
commit e9a517985b
2 changed files with 8 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
border_thickness="0" bottom_delta="-10" enabled="true" follows="left|top"
font="SansSerif" height="20" is_unicode="false" left="70" hover="true"
max_length="254" mouse_opaque="true" name="Slurl" font-style="UNDERLINE"
width="200" hover_cursor="UI_CURSOR_HAND" text_color="TextLinkColor" hover_color="TextLinkHoverColor"/>
hover_cursor="UI_CURSOR_HAND" text_color="TextLinkColor" hover_color="TextLinkHoverColor"/>
<!-- A new viewer talking to an old sim will not have a slurl available and will show this. -->
<text bevel_style="none" border_style="line" border_visible="false"
@@ -55,4 +55,5 @@
<button bottom_delta="-28" font="SansSerif" halign="center" height="20" label="Mute Owner"
label_selected="Mute Owner" left="70" mouse_opaque="true" name="Mute"
width="160" />
<string name="owner" value=" (Owner)"/>
</floater>