channel/s to channel(s)
authorscootergrisen <scootergrisen@gmail.com>
Sat, 16 Feb 2019 00:57:27 +0000 (00:57 +0000)
committerGeorg Chini <georg@chini.tk>
Sat, 16 Feb 2019 11:11:58 +0000 (11:11 +0000)
src/utils/pactl.c

index f2f67ca..8f103fb 100644 (file)
@@ -887,8 +887,8 @@ static void fill_volume(pa_cvolume *cv, unsigned supported) {
     if (volume.channels == 1) {
         pa_cvolume_set(&volume, supported, volume.values[0]);
     } else if (volume.channels != supported) {
-        pa_log(ngettext("Failed to set volume: You tried to set volumes for %d channel, whereas channel/s supported = %d\n",
-                        "Failed to set volume: You tried to set volumes for %d channels, whereas channel/s supported = %d\n",
+        pa_log(ngettext("Failed to set volume: You tried to set volumes for %d channel, whereas channel(s) supported = %d\n",
+                        "Failed to set volume: You tried to set volumes for %d channels, whereas channel(s) supported = %d\n",
                         volume.channels),
                volume.channels, supported);
         quit(1);