This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-pulseaudio-plugin.

commit 3dbbd9b35278997535f6b19a277e967d7ece80a9
Author: Sean Davis <[email protected]>
Date:   Tue Sep 12 18:22:05 2017 -0400

    Drop Audio text
---
 panel-plugin/pulseaudio-menu.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/pulseaudio-menu.c b/panel-plugin/pulseaudio-menu.c
index 585dff2..6a22ae0 100644
--- a/panel-plugin/pulseaudio-menu.c
+++ b/panel-plugin/pulseaudio-menu.c
@@ -448,7 +448,7 @@ pulseaudio_menu_new (PulseaudioVolume *volume,
   /* Output Devices */
   sources = pulseaudio_volume_get_output_list (menu->volume);
   if (g_list_length (sources) > 0) {
-    device_mi = device_menu_item_new_with_label (_("Audio Output"));
+    device_mi = device_menu_item_new_with_label (_("Output"));
     device_menu_item_set_image_from_icon_name (DEVICE_MENU_ITEM (device_mi), 
"audio-headphones");
 
     for (GList *list = sources; list != NULL; list = g_list_next (list)) {
@@ -490,7 +490,7 @@ pulseaudio_menu_new (PulseaudioVolume *volume,
   /* Input Devices */
   sources = pulseaudio_volume_get_input_list (menu->volume);
   if (g_list_length (sources) > 0) {
-    device_mi = device_menu_item_new_with_label (_("Audio Input"));
+    device_mi = device_menu_item_new_with_label (_("Input"));
     device_menu_item_set_image_from_icon_name (DEVICE_MENU_ITEM (device_mi), 
"audio-input-microphone");
 
     for (GList *list = sources; list != NULL; list = g_list_next (list)) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to