PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: ffd7a607 by peijiankang at 2022-06-23T09:27:15+00:00 fix translation error of pulseaudio Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/726> - - - - - 1 changed file: - src/modules/alsa/alsa-mixer.c Changes: ===================================== src/modules/alsa/alsa-mixer.c ===================================== @@ -2838,7 +2838,7 @@ static int path_verify(pa_alsa_path *p) { if (p->device_port_type == PA_DEVICE_PORT_TYPE_UNKNOWN) p->device_port_type = map->type; if (!p->description) - p->description = pa_xstrdup(map->description); + p->description = pa_xstrdup(_(map->description)); } if (!p->description) { View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/ffd7a60767b699c8e20e797328df5d8a857d0261 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/ffd7a60767b699c8e20e797328df5d8a857d0261 You're receiving this email because of your account on gitlab.freedesktop.org.
