[Xfce4-commits] [panel-plugins/xfce4-pulseaudio-plugin] 14/21: Drop Audio text
noreply at xfce.org
noreply at xfce.org
Sat Sep 23 21:27:40 CEST 2017
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-pulseaudio-plugin.
commit 3dbbd9b35278997535f6b19a277e967d7ece80a9
Author: Sean Davis <smd.seandavis at gmail.com>
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.
More information about the Xfce4-commits
mailing list