diff options
-rw-r--r-- | mate-volume-control/gvc-applet.c | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mate-volume-control/gvc-applet.c b/mate-volume-control/gvc-applet.c index 518a827..0c1d5ac 100644 --- a/mate-volume-control/gvc-applet.c +++ b/mate-volume-control/gvc-applet.c @@ -395,12 +395,12 @@ gvc_applet_set_mute (GtkWidget* widget, int size, gpointer user_data) action = gtk_action_group_get_action (applet->priv->action_group, "MuteOutput"); if (is_muted) { - gtk_action_set_label (action, "Unmute Output"); + gtk_action_set_label (action, _("Unmute Output")); gtk_action_set_icon_name (action, "audio-volume-medium"); } else { - gtk_action_set_label (action, "Mute Output"); + gtk_action_set_label (action, _("Mute Output")); gtk_action_set_icon_name (action, "audio-volume-muted"); } } diff --git a/po/POTFILES.in b/po/POTFILES.in index 14c4e0b..c9478d0 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -17,5 +17,6 @@ mate-volume-control/gvc-status-icon.c mate-volume-control/gvc-stream-applet-icon.c mate-volume-control/gvc-stream-status-icon.c mate-volume-control/gvc-utils.c +mate-volume-control/org.mate.applets.GvcApplet.mate-panel-applet.in.in mate-volume-control/sound-theme-file-utils.c mate-volume-control/status-icon-main.c |