aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-10-09 22:06:15 -0500
committerTed Gould <ted@gould.cx>2014-10-09 22:06:15 -0500
commita0dc1f66614ac40bc527ccad537ff607a4bef642 (patch)
tree9717bd41b90ed0fbf93046e96a0198efd9b6f299
parent70601ef284279d6db7b8add3c50cd0350fdfb707 (diff)
downloadayatana-indicator-sound-a0dc1f66614ac40bc527ccad537ff607a4bef642.tar.gz
ayatana-indicator-sound-a0dc1f66614ac40bc527ccad537ff607a4bef642.tar.bz2
ayatana-indicator-sound-a0dc1f66614ac40bc527ccad537ff607a4bef642.zip
Didn't make initial string translated
-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 e35b3e5..aee670e 100644
--- a/src/volume-control.vala
+++ b/src/volume-control.vala
@@ -88,7 +88,7 @@ public class VolumeControl : Object
_volume_cancellable = new Cancellable ();
Notify.init ("Volume");
- _notification = new Notify.Notification("Volume", "", "audio-volume-muted");
+ _notification = new Notify.Notification(_("Volume"), "", "audio-volume-muted");
_notification.set_hint ("value", 0);
_notification.set_hint ("x-canonical-private-synchronous", "true");
_notification.set_hint ("x-canonical-non-shaped-icon", "true");