diff options
author | Callum Prentice <callum@lindenlab.com> | 2021-08-20 11:19:31 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2021-08-20 11:19:31 -0700 |
commit | f78cb1c4ff7608a05976d6be7b568fbbbf36202b (patch) | |
tree | 518af8de4e855651e97bc363c25b10101b036d33 /indra/newview/skins/default/xui/en/strings.xml | |
parent | 0c89e67eb5bf2d82596d0c697831787cbbdf1e7f (diff) |
DRTVWR-534: collection of minor UI tweaks and fixes via XUI changes
Diffstat (limited to 'indra/newview/skins/default/xui/en/strings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index ae04a7c2b4..db813a56b1 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -4125,7 +4125,7 @@ Try enclosing path to the editor with double quotes. <!-- commands --> <string -name="Command_360_Capture_Label">360 Capture</string> +name="Command_360_Capture_Label">360 snapshot</string> <string name="Command_AboutLand_Label">About land</string> <string name="Command_Appearance_Label">Outfits</string> <string name="Command_Avatar_Label">Complete avatars</string> @@ -4157,7 +4157,7 @@ name="Command_360_Capture_Label">360 Capture</string> <string name="Command_Voice_Label">Voice settings</string> <string -name="Command_360_Capture_Tooltip">Capture a 360 panorama image</string> +name="Command_360_Capture_Tooltip">Capture a 360 equirectangular image</string> <string name="Command_AboutLand_Tooltip">Information about the land you're visiting</string> <string name="Command_Appearance_Tooltip">Change your avatar</string> <string name="Command_Avatar_Tooltip">Choose a complete avatar</string> |