diff options
author | Eli Linden <eli@lindenlab.com> | 2010-03-24 12:36:49 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-03-24 12:36:49 -0700 |
commit | 9898b96a363390cfdfa63723744ae5b1e558307a (patch) | |
tree | ac76de57b12c45006af19f02f7a4b761f60eef0b /indra/newview/skins/default/xui/fr | |
parent | 2a4d53edc4808436cae474204d2f79957a933a03 (diff) |
undoing incorrect translation of variables; DE linguistic
Diffstat (limited to 'indra/newview/skins/default/xui/fr')
-rw-r--r-- | indra/newview/skins/default/xui/fr/panel_classified_info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/fr/panel_classified_info.xml b/indra/newview/skins/default/xui/fr/panel_classified_info.xml index c6aae57c2d..e4aecfdfc0 100644 --- a/indra/newview/skins/default/xui/fr/panel_classified_info.xml +++ b/indra/newview/skins/default/xui/fr/panel_classified_info.xml @@ -34,11 +34,11 @@ <text name="creation_date_label" value="Date de création :"/> <text_editor name="creation_date" tool_tip="Date de création" value="[date]"/> <text name="price_for_listing_label" value="Coût de l'annonce :"/> - <text_editor name="price_for_listing" tool_tip="Coût de l'annonce." value="[prix]"/> + <text_editor name="price_for_listing" tool_tip="Coût de l'annonce." value="[price]"/> <layout_stack name="descr_stack"> <layout_panel name="clickthrough_layout_panel"> <text name="click_through_label" value="Clics :"/> - <text_editor name="click_through_text" tool_tip="Parcourir les données en cliquant" value="[clics]"/> + <text_editor name="click_through_text" tool_tip="Parcourir les données en cliquant" value="[clicks]"/> </layout_panel> <layout_panel name="price_layout_panel"> <text name="auto_renew_label" value="Renouv. auto :"/> |