diff options
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 17f8e8388..9dd2f4681 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -87,8 +87,8 @@ $lang['created'] = 'created'; $lang['restored'] = 'old revision restored'; $lang['summary'] = 'Edit summary'; -$lang['mail_newpage'] = '[DokuWiki] page added:'; -$lang['mail_changed'] = '[DokuWiki] page changed:'; +$lang['mail_newpage'] = 'page added:'; +$lang['mail_changed'] = 'page changed:'; $lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.'; |