diff options
| author | James Cook <james@lindenlab.com> | 2009-11-03 13:51:11 -0800 | 
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2009-11-03 13:51:11 -0800 | 
| commit | 876bb9043c795872ee4d6b86924541fc5ebbf222 (patch) | |
| tree | 96474a40f912b04c7259abd0683540682842c271 /indra/newview | |
| parent | 3f8c129a1f4caefcc25c895a6612aaaaa0c6aaa3 (diff) | |
Fixed strings to use our preferred <string> instead of <floater.string>
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 52 | 
1 files 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 f566dbdb75..aee58df491 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" | 
