summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-10-11 13:44:47 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-10-11 14:16:53 +0200
commit838dde02eecd741e6a6a50431db33b3bd580932a (patch)
tree5f8ce93f424f410a73935169fae07db88ddc45f4
parentf0ef2198c5ab37ef58b5eb4991b59273c00a9a3d (diff)
downloadenlightenment-838dde02eecd741e6a6a50431db33b3bd580932a.tar.gz
mixer: we changed that name when we merged the mixer in
-rw-r--r--src/modules/mixer/e_mod_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/mixer/e_mod_main.c b/src/modules/mixer/e_mod_main.c
index 970c1abf3e..ef53d2efbf 100644
--- a/src/modules/mixer/e_mod_main.c
+++ b/src/modules/mixer/e_mod_main.c
@@ -114,7 +114,7 @@ _notify(const int val)
else
icon = "audio-volume-high";
- n.app_name = _("Emix");
+ n.app_name = _("Mixer");
n.replaces_id = mixer_context->notification_id;
n.icon.icon = icon;
n.summary = _("Volume changed");