From 0f7a4af1683abfe892cb6d05536818a964d8cfe6 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 11 Aug 2007 12:39:06 +0200 Subject: Switched I18N to gettext --- skinclassic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'skinclassic.c') diff --git a/skinclassic.c b/skinclassic.c index 14be9d6f..144d0722 100644 --- a/skinclassic.c +++ b/skinclassic.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skinclassic.c 1.17 2007/06/17 13:53:09 kls Exp $ + * $Id: skinclassic.c 1.18 2007/07/29 12:35:03 kls Exp $ */ #include "skinclassic.h" @@ -549,6 +549,7 @@ void cSkinClassicDisplayVolume::SetVolume(int Current, int Total, bool Mute) osd->DrawText(0, 0, tr("Key$Mute"), Theme.Color(clrVolumePrompt), Theme.Color(clrBackground), font); } else { + // TRANSLATORS: note the trailing blank! const char *Prompt = tr("Volume "); int l = font->Width(Prompt); int p = (osd->Width() - l) * Current / Total; -- cgit v1.2.3