From 50100cb3136cfbc48d95265006edc3caa583d407 Mon Sep 17 00:00:00 2001 From: "Gerard (Gerry) Caulfield" Date: Fri, 10 Feb 2012 05:09:10 +0800 Subject: [PATCH] MDL-27285 Updating string grammar on the wiki module's links page --- mod/wiki/lang/en/wiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/wiki/lang/en/wiki.php b/mod/wiki/lang/en/wiki.php index a825acae3e6..b6cbe4833c9 100644 --- a/mod/wiki/lang/en/wiki.php +++ b/mod/wiki/lang/en/wiki.php @@ -114,7 +114,7 @@ $string['navigation'] = 'Navigation'; $string['navigationfrom'] = 'This page comes from'; $string['navigationfrom_help'] = 'The wiki pages linking to this page'; $string['navigationto'] = 'This page goes to'; -$string['navigationto_help'] = 'The links that included in this page'; +$string['navigationto_help'] = 'Links to other pages'; $string['newpage'] = 'New'; $string['newpagetitle'] = 'New page title'; $string['noattachments'] = 'No files attached';