mirror of
https://github.com/alexkay/spek.git
synced 2025-06-14 06:12:07 +03:00
Fix L10n
This commit is contained in:
parent
0e0ae7fd47
commit
a4f35a625c
@ -112,7 +112,7 @@ namespace Spek {
|
|||||||
}
|
}
|
||||||
// Show sample rate only if there is no bitrate.
|
// Show sample rate only if there is no bitrate.
|
||||||
if (source.depth != 0 && source.bitrate == 0) {
|
if (source.depth != 0 && source.bitrate == 0) {
|
||||||
items += _("%d bits").printf (source.depth);
|
items += ngettext ("%d bit", "%d bits", source.depth).printf (source.depth);
|
||||||
}
|
}
|
||||||
if (source.channels != 0) {
|
if (source.channels != 0) {
|
||||||
items += ngettext ("%d channel", "%d channels", source.channels).
|
items += ngettext ("%d channel", "%d channels", source.channels).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user