aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");