diff options
author | lisps <stummp@loewen.de> | 2014-09-29 10:13:57 +0200 |
---|---|---|
committer | lisps <stummp@loewen.de> | 2014-09-29 10:13:57 +0200 |
commit | 80d9f3ddb3a602960d23f1849c1ad6287c4f9d92 (patch) | |
tree | 4be7e7e556ca31289c63ce52d7ab9e2cf76504c1 /inc/lang/en/lang.php | |
parent | 1d053a561daf3b6539283811cc44d39b315e1dbf (diff) | |
download | rpg-80d9f3ddb3a602960d23f1849c1ad6287c4f9d92.tar.gz rpg-80d9f3ddb3a602960d23f1849c1ad6287c4f9d92.tar.bz2 |
parse AT parameter: first strtotime then timestamp
remove config option
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 9215a3f1d..b8d5b2280 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -367,6 +367,6 @@ $lang['currentns'] = 'Current namespace'; $lang['searchresult'] = 'Search Result'; $lang['plainhtml'] = 'Plain HTML'; $lang['wikimarkup'] = 'Wiki Markup'; -$lang['page_nonexist_rev'] = 'Page did not exist at %s. It was subsequently created at %s.'; -$lang['unable_to_parse_date'] = 'Unable to parse at parameter "%s" with format "%s".'; +$lang['page_nonexist_rev'] = 'Page did not exist at %s. It was subsequently created at <a href="%s">%s</a>.'; +$lang['unable_to_parse_date'] = 'Unable to parse at parameter "%s".'; //Setup VIM: ex: et ts=2 : |