diff options
| author | Ramzi Linden <ramzi@lindenlab.com> | 2009-12-04 14:05:30 -0800 | 
|---|---|---|
| committer | Ramzi Linden <ramzi@lindenlab.com> | 2009-12-04 14:05:30 -0800 | 
| commit | 9d268e0a4b3df48a74cd609255903a7c64ccfc35 (patch) | |
| tree | 6a47ca5da901adb3e7b0f5442202e409f6dd7f2a | |
| parent | 6e50ea94d2aae2653d5de3e4e160a2c4c0557f3b (diff) | |
L10N:  fix a typo. Use natural, consistent language in tool_tips about Picks.
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_picks.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_picks.xml b/indra/newview/skins/default/xui/en/panel_picks.xml index 52bc72fe86..4facedc7ea 100644 --- a/indra/newview/skins/default/xui/en/panel_picks.xml +++ b/indra/newview/skins/default/xui/en/panel_picks.xml @@ -106,7 +106,7 @@               layout="topleft"               left_pad="15"               name="new_btn" -             tool_tip="Create new pick or classified at current location" +             tool_tip="Create a new pick or classified at the current location"               top="5"               width="18" />              <button @@ -138,7 +138,7 @@           left="5"           name="info_btn"           tab_stop="false" -         tool_tip="Show pic information" +         tool_tip="Show pick information"           top="0"           width="55" />          <button @@ -162,7 +162,7 @@           left_pad="5"           name="show_on_map_btn"           tab_stop="false" -         tool_tip="Show corresponding area on the world map" +         tool_tip="Show the corresponding area on the World Map"           top="0"           width="50" />          </panel>  | 
