diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-19 22:29:00 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-19 22:29:00 +0200 |
commit | 64c9cfd50fc230a56c886d1c45d84a4f98dcc4c7 (patch) | |
tree | 336ab699099111d08ac409284a78897fd6d2394f /inc/lang | |
parent | 72f0e11f3f8692c524a51556f05c9c55631ad449 (diff) | |
download | rpg-64c9cfd50fc230a56c886d1c45d84a4f98dcc4c7.tar.gz rpg-64c9cfd50fc230a56c886d1c45d84a4f98dcc4c7.tar.bz2 |
media manager enhancements
Separate scrolling for right and left side of the manager (like frames)
Show syntax example for simple copy'n'paste if no JavaScript available.
darcs-hash:20060519202900-7ad00-9b20bd7993d3687f83b807a81cd23051b16785db.gz
Diffstat (limited to 'inc/lang')
-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 7d067ee25..84fde9c28 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -104,7 +104,7 @@ $lang['namespaces'] = 'Namespaces'; $lang['mediafiles'] = 'Available files in'; $lang['js']['keepopen'] = 'Keep window open on selection'; -$lang['js']['idtouse'] = 'Please use the following ID to reference this file:'; +$lang['mediausage'] = 'Use the following syntax to reference this file:'; $lang['reference'] = 'References for'; $lang['ref_inuse'] = 'The file can\'t be deleted, because it\'s still used by the following pages:'; |