=== modified file 'src/modules/alsa/alsa-mixer.c'
|
|
|
|
| 3033 | 3033 | if (!pa_strbuf_isempty(sb)) |
| 3034 | 3034 | pa_strbuf_puts(sb, " + "); |
| 3035 | 3035 | |
| 3036 | | pa_strbuf_printf(sb, "%s Output", m->description); |
| | 3036 | pa_strbuf_printf(sb, _("%s Output"), m->description); |
| 3037 | 3037 | } |
| 3038 | 3038 | |
| 3039 | 3039 | if (p->input_mappings) |
| … |
… |
|
| 3041 | 3041 | if (!pa_strbuf_isempty(sb)) |
| 3042 | 3042 | pa_strbuf_puts(sb, " + "); |
| 3043 | 3043 | |
| 3044 | | pa_strbuf_printf(sb, "%s Input", m->description); |
| | 3044 | pa_strbuf_printf(sb, _("%s Input"), m->description); |
| 3045 | 3045 | } |
| 3046 | 3046 | |
| 3047 | 3047 | p->description = pa_strbuf_tostring_free(sb); |