diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2015-01-07 17:14:51 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2015-01-07 17:14:51 -0500 |
commit | be940de86b66c5f66cb17ff6459ca2a6c0bfcf52 (patch) | |
tree | 31ea343f82ab74fdf5fa7814a0e6dcd99500f7a6 /indra/newview/skins/default/xui/en | |
parent | aeb64da07a094a1d398da85b66726a2a4de8ae6b (diff) |
STORM-2100 Remove incorrect "..." from some menu entries added in the last commit.
Right justify numeric columns in the My Avatar tab.
Use the simplified script usage message in the My Avatar tab.
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_viewer.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index c7d97c8ed0..b34705777c 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -410,7 +410,7 @@ name="World" tear_off="true"> <menu_item_call - label="Landmark This Place..." + label="Landmark This Place" name="Create Landmark Here"> <menu_item_call.on_click function="World.CreateLandmark" /> @@ -425,7 +425,7 @@ parameter="destinations" /> </menu_item_call> <menu_item_check - label="World map..." + label="World map" name="World Map" shortcut="control|M" use_mac_ctrl="true"> @@ -487,21 +487,21 @@ </menu_item_call> <menu_item_separator/> <menu_item_call - label="Place profile..." + label="Place profile" layout="topleft" name="Place Profile"> <menu_item_call.on_click function="World.PlaceProfile" /> </menu_item_call> <menu_item_call - label="About land..." + label="About land" name="About Land"> <menu_item_call.on_click function="Floater.Show" parameter="about_land" /> </menu_item_call> <menu_item_call - label="Region / Estate..." + label="Region / Estate" name="RegionEstate"> <menu_item_call.on_click function="Floater.Show" |