diff options
author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2010-09-03 11:44:23 +0200 |
---|---|---|
committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2010-09-03 11:44:23 +0200 |
commit | 1b56428619ca9490d8c7b26e607e9aec321e6907 (patch) | |
tree | 0a550a8d337bac1b4701c86bcfe2289bfc47368f /indra/newview/skins/default/xui/fr | |
parent | 3e299ab7642871b9d687940b1968de98f461892d (diff) |
VWR-20583 FIXED missed some hardcoded '>'s in menu_participant_list.xml
Diffstat (limited to 'indra/newview/skins/default/xui/fr')
-rw-r--r-- | indra/newview/skins/default/xui/fr/menu_participant_list.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/fr/menu_participant_list.xml b/indra/newview/skins/default/xui/fr/menu_participant_list.xml index 63d3d39f9c..f91a30f6bb 100644 --- a/indra/newview/skins/default/xui/fr/menu_participant_list.xml +++ b/indra/newview/skins/default/xui/fr/menu_participant_list.xml @@ -11,7 +11,7 @@ <menu_item_check label="Afficher les icônes des résidents" name="View Icons"/> <menu_item_check label="Bloquer le chat vocal" name="Block/Unblock"/> <menu_item_check label="Ignorer le texte" name="MuteText"/> - <context_menu label="Options du modérateur >" name="Moderator Options"> + <context_menu label="Options du modérateur" name="Moderator Options"> <menu_item_check label="Autoriser les chats écrits" name="AllowTextChat"/> <menu_item_call label="Ignorer ce participant" name="ModerateVoiceMuteSelected"/> <menu_item_call label="Ne plus ignorer ce participant" name="ModerateVoiceUnMuteSelected"/> |