From: Andrew Coles Date: Tue, 9 Mar 2010 23:16:23 +0000 (+0000) Subject: Proof-reading: file name -> filename, for consistency. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/2f16883fe748c86df6011f67486c4472dd79f03b?ds=inline Proof-reading: file name -> filename, for consistency. svn path=/trunk/KDE/kdebase/apps/; revision=1101351 --- 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") },