diff options
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index fc1be1a27..f83ce1229 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -77,7 +77,7 @@ $lang['resendpwdnouser'] = 'Sorry, we can\'t find this user in our database.'; $lang['resendpwdsuccess'] = 'Your new password has been sent by email.'; $lang['txt_upload'] = 'Select file to upload'; -$lang['txt_filename'] = 'Enter wikiname (optional)'; +$lang['txt_filename'] = 'Upload as (optional)'; $lang['txt_overwrt'] = 'Overwrite existing file'; $lang['lockedby'] = 'Currently locked by'; $lang['lockexpire'] = 'Lock expires at'; @@ -144,10 +144,10 @@ $lang['qb_sig'] = 'Insert Signature'; $lang['qb_smileys'] = 'Smileys'; $lang['qb_chars'] = 'Special Chars'; -$lang['del_confirm']= 'Delete this entry?'; +$lang['del_confirm']= 'Really delete selected item(s)?'; -$lang['admin_acl'] = 'Access Control List Management...'; -$lang['admin_register']= 'Add new user...'; +$lang['admin_acl'] = 'Access Control List Management'; +$lang['admin_register']= 'Add new user'; $lang['acl_group'] = 'Group'; $lang['acl_user'] = 'User'; |