diff options
author | Kate Arzamastseva <pshns@ukr.net> | 2011-08-18 15:03:33 +0300 |
---|---|---|
committer | Kate Arzamastseva <pshns@ukr.net> | 2011-08-18 15:03:33 +0300 |
commit | da45d8839c94444f8e89f45ef290516542976ee8 (patch) | |
tree | 912378beecb9d7750be2d03c892241c1d2b16cb0 /inc/lang/en | |
parent | d1bde35aad17baac31ecd72079da42112288bbb5 (diff) | |
download | rpg-da45d8839c94444f8e89f45ef290516542976ee8.tar.gz rpg-da45d8839c94444f8e89f45ef290516542976ee8.tar.bz2 |
issue #50 styling uploader
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 88fbadbd2..58a7d56ed 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -129,7 +129,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 "Upload as" 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. Files also can be selected by drag and drop.'; $lang['mediaextchange'] = 'Filextension changed from .%s to .%s!'; $lang['js']['mediatitle'] = 'Link settings'; @@ -354,8 +354,8 @@ $lang['js']['media_diff_both'] = 'Side by Side'; $lang['js']['media_diff_opacity'] = 'Overlay'; $lang['js']['media_diff_portions'] = 'Slider'; -$lang['js']['media_select'] = 'Select files...'; -$lang['js']['media_upload_btn'] = 'Start uploading'; +$lang['js']['media_select'] = 'Select files…'; +$lang['js']['media_upload_btn'] = 'Upload'; $lang['js']['media_drop'] = 'Drop files here to upload'; $lang['js']['media_cancel'] = 'remove'; $lang['js']['media_overwrt'] = 'Overwrite existing files'; |