From 77707b043432567e97185f0d28318f8b85344449 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 18 Jul 2007 12:22:04 +0200 Subject: show diff between arbitrary revisions FS#14 You can now compare any choosen revision of a page to any other. Todo: add some JavaScript to avoid choosing more than two revisions darcs-hash:20070718102204-7ad00-b66c7d82d688c05bfd86e0c7dfe6d283ad555bf8.gz --- inc/lang/en/lang.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/lang') diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 718efa03b..cd1720ff6 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -130,7 +130,8 @@ $lang['quickhits'] = 'Matching pagenames'; $lang['toc'] = 'Table of Contents'; $lang['current'] = 'current'; $lang['yours'] = 'Your Version'; -$lang['diff'] = 'show differences to current version'; +$lang['diff'] = 'Show differences to current revisions'; +$lang['diff2'] = 'Show differences between selected revisions'; $lang['line'] = 'Line'; $lang['breadcrumb'] = 'Trace'; $lang['youarehere'] = 'You are here'; -- cgit v1.2.3