diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-27 01:33:49 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-27 01:33:49 +0200 |
commit | 82599fb8990eca91a3f0d17388f6c8457bbcf5b7 (patch) | |
tree | 29cd1102d4ee44f1ba791f4154f043e8444e78f5 | |
parent | fe22fc5efa27ccd0f45996e5ce613f37578a5b2a (diff) | |
download | rpg-82599fb8990eca91a3f0d17388f6c8457bbcf5b7.tar.gz rpg-82599fb8990eca91a3f0d17388f6c8457bbcf5b7.tar.bz2 |
made text in mediamanger more clear
darcs-hash:20060526233349-7ad00-2e73eeae9e8d87ac8ecac4248b1548aa9068711f.gz
-rw-r--r-- | inc/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index e3a852552..031ce4dab 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -108,7 +108,7 @@ $lang['js']['hidedetails'] = 'Hide Details'; $lang['mediausage'] = 'Use the following syntax to reference this file:'; $lang['mediaview'] = 'View original file'; $lang['mediaroot'] = 'root'; -$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your filename separated by colons.'; +$lang['mediaupload'] = 'Upload a file to the current namespace here. To create subnamespaces, prepend them to your "Upload as" filename separated by colons.'; $lang['reference'] = 'References for'; $lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; |