[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] channel/s to channel(s)

Georg Chini gitlab at gitlab.freedesktop.org
Sat Feb 16 11:22:47 UTC 2019


Georg Chini pushed to branch master at PulseAudio / pulseaudio


Commits:
a4264de3 by scootergrisen at 2019-02-16T11:11:58Z
channel/s to channel(s)
- - - - -


1 changed file:

- src/utils/pactl.c


Changes:

=====================================
src/utils/pactl.c
=====================================
@@ -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);



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/a4264de3a871674427cc02e4aec6e608330fbc60

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/a4264de3a871674427cc02e4aec6e608330fbc60
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20190216/58435301/attachment-0001.html>


More information about the pulseaudio-commits mailing list