spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit a4f35a625c267ae630ec310c4811f902d2e89944
parent 0e0ae7fd478552086a39bbcc48eb2dd510611612
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Thu, 20 May 2010 21:54:41 +1000

Fix L10n

Diffstat:
Msrc/spek-spectrogram.vala | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spek-spectrogram.vala b/src/spek-spectrogram.vala @@ -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).