diff options
author | Gina Haeussge <gina@foosel.net> | 2010-06-27 18:18:10 +0200 |
---|---|---|
committer | Gina Haeussge <gina@foosel.net> | 2010-06-27 18:18:10 +0200 |
commit | 226bf2dc02909d49bb6afbd7b5018572aeba6050 (patch) | |
tree | f89224a6f9a321a7c7e544fa499d74138a4807ae /inc/lang | |
parent | 339bd727f11b2879121b67a65741bf1350e195e4 (diff) | |
download | rpg-226bf2dc02909d49bb6afbd7b5018572aeba6050.tar.gz rpg-226bf2dc02909d49bb6afbd7b5018572aeba6050.tar.bz2 |
FS#1821: Added a permalink to the diff output
Diffstat (limited to 'inc/lang')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 802a90360..c9d00eba2 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -163,6 +163,7 @@ $lang['current'] = 'current'; $lang['yours'] = 'Your Version'; $lang['diff'] = 'Show differences to current revisions'; $lang['diff2'] = 'Show differences between selected revisions'; +$lang['difflink'] = 'Link to this diff output'; $lang['line'] = 'Line'; $lang['breadcrumb'] = 'Trace'; $lang['youarehere'] = 'You are here'; |