mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
i18n: Do not translate strings that cannot have any sensible translations.
This commit is contained in:
parent
e1a699c394
commit
0e1f1d6444
3 changed files with 5 additions and 5 deletions
|
|
@ -3362,7 +3362,7 @@ pa_bool_t pa_device_init_description(pa_proplist *p) {
|
|||
k = pa_proplist_gets(p, PA_PROP_DEVICE_PROFILE_DESCRIPTION);
|
||||
|
||||
if (d && k)
|
||||
pa_proplist_setf(p, PA_PROP_DEVICE_DESCRIPTION, _("%s %s"), d, k);
|
||||
pa_proplist_setf(p, PA_PROP_DEVICE_DESCRIPTION, "%s %s", d, k);
|
||||
else if (d)
|
||||
pa_proplist_sets(p, PA_PROP_DEVICE_DESCRIPTION, d);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue