diff options
| author | Andrew Coles <[email protected]> | 2010-03-09 23:16:23 +0000 |
|---|---|---|
| committer | Andrew Coles <[email protected]> | 2010-03-09 23:16:23 +0000 |
| commit | 2f16883fe748c86df6011f67486c4472dd79f03b (patch) | |
| tree | 3e9edb1bf27d7f6ea36f8737c7e83784a320e284 /src | |
| parent | 14b3d7010e9c7cad1c68db43ee7cba5d475553f9 (diff) | |
Proof-reading: file name -> filename, for consistency.
svn path=/trunk/KDE/kdebase/apps/; revision=1101351
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/information/knfotranslator.cpp | 2 |
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") }, |
