diff options
Diffstat (limited to 'src/info-notification.vala')
-rw-r--r-- | src/info-notification.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/info-notification.vala b/src/info-notification.vala index 2ce8ef6..797bdc3 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: |