summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2011-12-26 20:53:41 +0200
committerPaul ProductEngine <pguslisty@productengine.com>2011-12-26 20:53:41 +0200
commit6c1219a5e419215f5df260c8dc4b24b10fc4d6fb (patch)
treed1e8326827a7faf7b266ff6fed825cd12abc679f /indra/newview/skins/default/xui/fr
parent969e9b3315f017ce178bc996a1cc025164d5ee69 (diff)
EXP-1624 FIXED ([TRANSLATED BUT IN EN] tooltip for chat floater in English: Shows/hides nearby chat log)
Reason: - Panel name was missed in other locales. Solution: - Added panel name to other locales.
Diffstat (limited to 'indra/newview/skins/default/xui/fr')
-rw-r--r--indra/newview/skins/default/xui/fr/floater_chat_bar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_chat_bar.xml b/indra/newview/skins/default/xui/fr/floater_chat_bar.xml
index 88a2fb669b..c7d27c0589 100644
--- a/indra/newview/skins/default/xui/fr/floater_chat_bar.xml
+++ b/indra/newview/skins/default/xui/fr/floater_chat_bar.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="chat_bar" title="CHAT PRÈS DE MOI">
- <panel>
+ <panel name="bottom_panel">
<line_editor label="Cliquer ici pour chatter." name="chat_box" tool_tip="Appuyer sur Entrée pour dire, Ctrl-Entrée pour crier"/>
<button name="show_nearby_chat" tool_tip="Affiche/Masque le journal de chats près de vous"/>
</panel>