From 22f2ea976efa380791a6de4378510fd76d0ec4d9 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 5 Jan 2016 13:15:04 -0600 Subject: revert previous commit to preserve translation strings (eg, s/USB/Usb/) --- src/info-notification.vala | 4 ++-- src/sound-menu.vala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/info-notification.vala b/src/info-notification.vala index 797bdc3..2ce8ef6 100644 --- a/src/info-notification.vala +++ b/src/info-notification.vala @@ -60,9 +60,9 @@ public class IndicatorSound.InfoNotification: Notification case VolumeControl.ActiveOutput.BLUETOOTH_SPEAKER: return _("Bluetooth speaker"); case VolumeControl.ActiveOutput.USB_SPEAKER: - return _("USB speaker"); + return _("Usb speaker"); case VolumeControl.ActiveOutput.USB_HEADPHONES: - return _("USB headphones"); + return _("Usb headphones"); case VolumeControl.ActiveOutput.HDMI_SPEAKER: return _("HDMI speaker"); case VolumeControl.ActiveOutput.HDMI_HEADPHONES: diff --git a/src/sound-menu.vala b/src/sound-menu.vala index 638c883..bdb8df2 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -209,7 +209,7 @@ public class SoundMenu: Object label = _("Volume (Bluetooth)"); break; case VolumeControl.ActiveOutput.USB_SPEAKER: - label = _("Volume (USB)"); + label = _("Volume (Usb)"); break; case VolumeControl.ActiveOutput.HDMI_SPEAKER: label = _("Volume (HDMI)"); @@ -218,7 +218,7 @@ public class SoundMenu: Object label = _("Volume (Bluetooth headphones)"); break; case VolumeControl.ActiveOutput.USB_HEADPHONES: - label = _("Volume (USB headphones)"); + label = _("Volume (Usb headphones)"); break; case VolumeControl.ActiveOutput.HDMI_HEADPHONES: label = _("Volume (HDMI headphones)"); -- cgit v1.2.3