From 2f16883fe748c86df6011f67486c4472dd79f03b Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Tue, 9 Mar 2010 23:16:23 +0000 Subject: [PATCH] Proof-reading: file name -> filename, for consistency. svn path=/trunk/KDE/kdebase/apps/; revision=1101351 --- src/panels/information/knfotranslator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/information/knfotranslator.cpp b/src/panels/information/knfotranslator.cpp index b6c7c1f42..7da8181b7 100644 --- a/src/panels/information/knfotranslator.cpp +++ b/src/panels/information/knfotranslator.cpp @@ -45,7 +45,7 @@ static const TranslationTuple g_translations[] = { { "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#characterCount", I18N_NOOP2("@label number of characters", "Characters") }, { "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#codec", I18N_NOOP2("@label", "Codec") }, { "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#colorDepth", I18N_NOOP2("@label", "Color Depth") }, - { "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName", I18N_NOOP2("@label", "File Name") }, + { "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName", I18N_NOOP2("@label", "Filename") }, { "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#height", I18N_NOOP2("@label", "Height") }, { "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#interlaceMode", I18N_NOOP2("@label", "Interlace Mode") }, { "http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#lineCount", I18N_NOOP2("@label number of lines", "Lines") }, -- 2.47.3