diff options
author | Merov Linden <merov@lindenlab.com> | 2013-07-01 15:06:30 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-07-01 15:06:30 -0700 |
commit | 90b5bd51486e8a5cb5072974c331d1ed61b7e08b (patch) | |
tree | 29ed07528f5f95bf86606871bbf0b754b25c7f78 /indra/newview/skins/default/xui | |
parent | 3325c8ecb3eec0a126ef4b7be338ed5a2f8a8ee8 (diff) |
ACME-645 : Implement the Facebook FUI button. No code, all xml wizardry...
Diffstat (limited to 'indra/newview/skins/default/xui')
-rwxr-xr-x | indra/newview/skins/default/xui/en/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 4613ae054f..0f3f4619f6 100755 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -3856,6 +3856,7 @@ Try enclosing path to the editor with double quotes. <string name="Command_Profile_Label">Profile</string> <string name="Command_Search_Label">Search</string> <string name="Command_Snapshot_Label">Snapshot</string> + <string name="Command_Social_Label">Facebook</string> <string name="Command_Speak_Label">Speak</string> <string name="Command_View_Label">Camera controls</string> <string name="Command_Voice_Label">Voice settings</string> @@ -3883,6 +3884,7 @@ Try enclosing path to the editor with double quotes. <string name="Command_Profile_Tooltip">Edit or view your profile</string> <string name="Command_Search_Tooltip">Find places, events, people</string> <string name="Command_Snapshot_Tooltip">Take a picture</string> + <string name="Command_Social_Tooltip">Post to Facebook</string> <string name="Command_Speak_Tooltip">Speak with people nearby using your microphone</string> <string name="Command_View_Tooltip">Changing camera angle</string> <string name="Command_Voice_Tooltip">Volume controls for calls and people near you in world</string> |