From 876bb9043c795872ee4d6b86924541fc5ebbf222 Mon Sep 17 00:00:00 2001 From: James Cook <james@lindenlab.com> Date: Tue, 3 Nov 2009 13:51:11 -0800 Subject: [PATCH] Fixed strings to use our preferred <string> instead of <floater.string> --- .../skins/default/xui/en/floater_tools.xml | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index f566dbdb75f..aee58df4910 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -13,58 +13,58 @@ single_instance="true" sound_flags="0" width="280"> - <floater.string + <string name="status_rotate"> Drag colored bands to rotate object - </floater.string> - <floater.string + </string> + <string name="status_scale"> Click and drag to stretch selected side - </floater.string> - <floater.string + </string> + <string name="status_move"> Drag to move, shift-drag to copy - </floater.string> - <floater.string + </string> + <string name="status_modifyland"> Click and hold to modify land - </floater.string> - <floater.string + </string> + <string name="status_camera"> Click and drag to move camera - </floater.string> - <floater.string + </string> + <string name="status_grab"> Drag to move, Ctrl to lift, Ctrl+Shift to rotate - </floater.string> - <floater.string + </string> + <string name="status_place"> Click inworld to build - </floater.string> - <floater.string + </string> + <string name="status_selectland"> Click and drag to select land - </floater.string> - <floater.string + </string> + <string name="grid_screen_text"> Screen - </floater.string> - <floater.string + </string> + <string name="grid_local_text"> Local - </floater.string> - <floater.string + </string> + <string name="grid_world_text"> World - </floater.string> - <floater.string + </string> + <string name="grid_reference_text"> Reference - </floater.string> - <floater.string + </string> + <string name="grid_attachment_text"> Attachment - </floater.string> + </string> <button follows="left|top" height="20" -- GitLab