diff options
author | Ramzi Ramey <ramzi@lindenlab.com> | 2009-09-15 20:21:05 +0000 |
---|---|---|
committer | Ramzi Ramey <ramzi@lindenlab.com> | 2009-09-15 20:21:05 +0000 |
commit | 9bcace0608c79ae881a33b0bcc6d6ea701021147 (patch) | |
tree | 8febb1ee80d4c369926eff828e77448eff8ba353 /indra/newview/skins/default/xui/nl/floater_world_map.xml | |
parent | a4486b258cbd5e560cf7bec05e515e1ed56179fb (diff) |
Merging revisions 132612-133369 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22
DEV-38453 Conversion to 2.0: Modernize and rearrange the nodes of the localized XUI; NO CHANGES TO ENGLISH.
- match the new structures/widget language of the post-skinning work
- restore some strings.xml entries from the former ui_strings.xml file
- copy the Low/Mid/High translations into strings.xml
- strip out all superfluous length= and type= parameters; these default to the EN value anyway
I intentionally did not yet rearrange menu_viewer.xml, since it is still in flux in English
Diffstat (limited to 'indra/newview/skins/default/xui/nl/floater_world_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/nl/floater_world_map.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/nl/floater_world_map.xml b/indra/newview/skins/default/xui/nl/floater_world_map.xml index 4385442cd3..e1eebaf92f 100644 --- a/indra/newview/skins/default/xui/nl/floater_world_map.xml +++ b/indra/newview/skins/default/xui/nl/floater_world_map.xml @@ -29,10 +29,10 @@ <check_box label="Mature" name="event_mature_chk"/> <check_box label="Adult" name="event_adult_chk"/> <combo_box label="Online vrienden" name="friend combo" tool_tip="Vriend die op kaart getoond wordt"> - <combo_box.item name="none_selected" label="Online vrienden"/> + <combo_box.item name="item1" label="Online vrienden"/> </combo_box> <combo_box label="Landmarkeringen" name="landmark combo" tool_tip="Landmarkering die op kaart getoond wordt"> - <combo_box.item name="none_selected" label="Landmarkeringen"/> + <combo_box.item name="item1" label="Landmarkeringen"/> </combo_box> <line_editor label="Zoek op regionaam" name="location" tool_tip="Type de naam van een regio"/> <button label="Zoeken" name="DoSearch" tool_tip="Zoek naar regio"/> |