summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloatervoiceeffect.cpp2
-rw-r--r--indra/newview/skins/default/xui/en/floater_voice_effect.xml3
2 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloatervoiceeffect.cpp b/indra/newview/llfloatervoiceeffect.cpp
index 2243f0bf9a..ca1f142760 100644
--- a/indra/newview/llfloatervoiceeffect.cpp
+++ b/indra/newview/llfloatervoiceeffect.cpp
@@ -190,7 +190,7 @@ void LLFloaterVoiceEffect::refreshEffectList()
element["columns"][DATE_COLUMN]["type"] = "date";
}
else {
- element["columns"][DATE_COLUMN]["value"] = "";
+ element["columns"][DATE_COLUMN]["value"] = getString("unsubscribed_voice_effect");
}
// element["columns"][DATE_COLUMN]["font"]["style"] = "NORMAL";
diff --git a/indra/newview/skins/default/xui/en/floater_voice_effect.xml b/indra/newview/skins/default/xui/en/floater_voice_effect.xml
index 207397d3dc..edc25348e4 100644
--- a/indra/newview/skins/default/xui/en/floater_voice_effect.xml
+++ b/indra/newview/skins/default/xui/en/floater_voice_effect.xml
@@ -19,6 +19,9 @@
<string name="active_voice_effect">
(Active)
</string>
+ <string name="unsubscribed_voice_effect">
+ (Unsubscribed)
+ </string>
<string name="new_voice_effect">
(New!)
</string>