┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Coles <[email protected]>2010-03-09 23:16:23 +0000
committerAndrew Coles <[email protected]>2010-03-09 23:16:23 +0000
commit2f16883fe748c86df6011f67486c4472dd79f03b (patch)
tree3e9edb1bf27d7f6ea36f8737c7e83784a320e284
parent14b3d7010e9c7cad1c68db43ee7cba5d475553f9 (diff)
Proof-reading: file name -> filename, for consistency.
svn path=/trunk/KDE/kdebase/apps/; revision=1101351
-rw-r--r--src/panels/information/knfotranslator.cpp2
1 files changed, 1 insertions, 1 deletions
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") },