summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/panel_snapshot_profile.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/fr/panel_snapshot_profile.xml')
-rw-r--r--[-rwxr-xr-x]indra/newview/skins/default/xui/fr/panel_snapshot_profile.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/indra/newview/skins/default/xui/fr/panel_snapshot_profile.xml b/indra/newview/skins/default/xui/fr/panel_snapshot_profile.xml
index 427ffe2113..b87d62bedd 100755..100644
--- a/indra/newview/skins/default/xui/fr/panel_snapshot_profile.xml
+++ b/indra/newview/skins/default/xui/fr/panel_snapshot_profile.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_snapshot_profile">
<text name="title">
- Publier sur le flux de mon profil
+ Profil
</text>
<combo_box label="Résolution" name="profile_size_combo">
<combo_box.item label="Fenêtre actuelle" name="CurrentWindow"/>
@@ -10,19 +10,12 @@
<combo_box.item label="1 024 x 768" name="1024x768"/>
<combo_box.item label="Personnalisée" name="Custom"/>
</combo_box>
- <layout_stack name="profile_image_params_ls">
- <layout_panel name="profile_image_size_lp">
- <spinner label="Largeur" name="profile_snapshot_width"/>
- <spinner label="Hauteur" name="profile_snapshot_height"/>
- <check_box label="Conserver les proportions" name="profile_keep_aspect_check"/>
- </layout_panel>
- <layout_panel name="profile_image_metadata_lp">
- <text name="caption_label">
- Légende :
- </text>
- <check_box initial_value="true" label="Inclure l&apos;endroit" name="add_location_cb"/>
- </layout_panel>
- </layout_stack>
+ <spinner label="Largeur x Hauteur" name="profile_snapshot_width"/>
+ <check_box label="Conserver les proportions" name="profile_keep_aspect_check"/>
+ <text name="caption_label">
+ Légende :
+ </text>
+ <check_box initial_value="true" label="Inclure l&apos;endroit" name="add_location_cb"/>
<button label="Annuler" name="cancel_btn"/>
<button label="Publier" name="post_btn"/>
</panel>