aboutsummaryrefslogtreecommitdiff
path: root/src/volume-control.vala
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-10-14 07:59:43 -0500
committerTed Gould <ted@gould.cx>2014-10-14 07:59:43 -0500
commit973b4eb057f466ad88e62d25f733ed1700e1ac38 (patch)
treee971a88bd29d1a8a70843e576a9d67dcd5ef69b5 /src/volume-control.vala
parent9e39fba127c95aee79b26d2b88cb80dc279a5011 (diff)
downloadayatana-indicator-sound-973b4eb057f466ad88e62d25f733ed1700e1ac38.tar.gz
ayatana-indicator-sound-973b4eb057f466ad88e62d25f733ed1700e1ac38.tar.bz2
ayatana-indicator-sound-973b4eb057f466ad88e62d25f733ed1700e1ac38.zip
Use title for the a11y info and the body for the message on sync notifications
Diffstat (limited to 'src/volume-control.vala')
-rw-r--r--src/volume-control.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/volume-control.vala b/src/volume-control.vala
index ea8e3ac..b65cbc8 100644
--- a/src/volume-control.vala
+++ b/src/volume-control.vala
@@ -633,7 +633,7 @@ public class VolumeControl : Object
tint = "true";
/* Put it all into the notification */
- _notification.update (volume_label, "", icon);
+ _notification.update (_("Volume"), volume_label, icon);
_notification.set_hint ("value", (int32)(volume * 100.0));
_notification.set_hint ("sound-file", sound);
_notification.set_hint ("x-canonical-value-bar-tint", tint);