diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2009-09-21 11:55:32 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2009-09-21 11:55:32 +0200 |
commit | 56fe6664b115c2f694611299b7ee94a836f2aa52 (patch) | |
tree | 2fbea8a9c6bb386d287260d27bd2b45b64e9ba83 /inc/lang/en/lang.php | |
parent | c9f568299c0bb7d6aa8d9ce127c53db6bb38e8aa (diff) | |
download | rpg-56fe6664b115c2f694611299b7ee94a836f2aa52.tar.gz rpg-56fe6664b115c2f694611299b7ee94a836f2aa52.tar.bz2 |
media file name search completed
Ignore-this: c04f76bbe3d6817e876e721e4fcf7252
Note: development is part of ICKE 2.0 project
http://www.icke-projekt.de
darcs-hash:20090921095532-6e07b-bcf49154135c393a42352190dd929ddea3de3a29.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 121b0fec2..b43aa0e54 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -94,8 +94,8 @@ $lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; $lang['license'] = 'Except where otherwise noted, content on this wiki is licensed under the following license:'; $lang['licenseok'] = 'Note: By editing this page you agree to license your content under the following license:'; -$lang['txt_searchmediakey'] = 'Search for file'; -$lang['txt_searchrelative'] = 'Only search in namespace :%s'; +$lang['searchmedia'] = 'Search file name:'; +$lang['searchmedia_in'] = 'Search in %s'; $lang['txt_upload'] = 'Select file to upload'; $lang['txt_filename'] = 'Upload as (optional)'; $lang['txt_overwrt'] = 'Overwrite existing file'; |