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/pt | |
parent | 3e299ab7642871b9d687940b1968de98f461892d (diff) |
VWR-20583 FIXED missed some hardcoded '>'s in menu_participant_list.xml
Diffstat (limited to 'indra/newview/skins/default/xui/pt')
-rw-r--r-- | indra/newview/skins/default/xui/pt/menu_participant_list.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/pt/menu_participant_list.xml b/indra/newview/skins/default/xui/pt/menu_participant_list.xml index 01f1d4ef80..ee522210fb 100644 --- a/indra/newview/skins/default/xui/pt/menu_participant_list.xml +++ b/indra/newview/skins/default/xui/pt/menu_participant_list.xml @@ -11,7 +11,7 @@ <menu_item_check label="Ver ícones de pessoas" name="View Icons"/> <menu_item_check label="Bloquear voz" name="Block/Unblock"/> <menu_item_check label="Bloquear texto" name="MuteText"/> - <context_menu label="Opções do moderador >" name="Moderator Options"> + <context_menu label="Opções do moderador" name="Moderator Options"> <menu_item_check label="Pode bater papo por escrito" name="AllowTextChat"/> <menu_item_call label="Silenciar este participante" name="ModerateVoiceMuteSelected"/> <menu_item_call label="Desfazer silenciar deste participante" name="ModerateVoiceUnMuteSelected"/> |