diff options
Diffstat (limited to 'inc')
-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 f06315a77..d10f523ef 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -354,7 +354,7 @@ $lang['js']['media_diff_both'] = 'Both images'; $lang['js']['media_diff_opacity'] = 'Changeable opacity of images'; $lang['js']['media_diff_portions'] = 'Portions of images'; -$lang['js']['media_select'] = 'Select files'; +$lang['js']['media_select'] = 'Select files...'; $lang['js']['media_upload_btn'] = 'Start uploading'; $lang['js']['media_drop'] = 'Drop files here to upload'; $lang['js']['media_cancel'] = 'remove'; |