This commit is contained in:
Alexander Kojevnikov 2010-05-20 21:54:41 +10:00
parent 0e0ae7fd47
commit a4f35a625c

View File

@ -112,7 +112,7 @@ namespace Spek {
}
// Show sample rate only if there is no bitrate.
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) {
items += ngettext ("%d channel", "%d channels", source.channels).