diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-05-09 00:47:51 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-05-09 00:47:51 -0700 |
commit | c7217c0bb77c4d3d6bc644be80063670c3037acf (patch) | |
tree | 9bbc06b57d5a370c01b6b9c9577c4f2be47046df /inc/lang/en/lang.php | |
parent | f6e1661406b3af965d76120b9acd30c507977e4e (diff) | |
parent | d6b9c7bffaacf3b0b983386eca336e4f8d60a2f3 (diff) | |
download | rpg-c7217c0bb77c4d3d6bc644be80063670c3037acf.tar.gz rpg-c7217c0bb77c4d3d6bc644be80063670c3037acf.tar.bz2 |
Merge pull request #100 from lupo49/master
This allows easier identifying of which version has been restored (FS#2522)
Diffstat (limited to 'inc/lang/en/lang.php')
-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 c1fc543fb..7f0bf05e9 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -191,7 +191,7 @@ $lang['lastmod'] = 'Last modified'; $lang['by'] = 'by'; $lang['deleted'] = 'removed'; $lang['created'] = 'created'; -$lang['restored'] = 'old revision restored'; +$lang['restored'] = 'old revision restored (%s)'; $lang['external_edit'] = 'external edit'; $lang['summary'] = 'Edit summary'; $lang['noflash'] = 'The <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash Plugin</a> is needed to display this content.'; |