From a4dd56531e3644a632207e866e9df16ba599419d Mon Sep 17 00:00:00 2001 From: Melissa Aitkin Date: Tue, 26 Feb 2013 11:00:19 +1100 Subject: [PATCH] IN#254936 change text to make more intuitive --- mod/data/lang/en/data.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/data/lang/en/data.php b/mod/data/lang/en/data.php index 53887ec..399c9be 100644 --- a/mod/data/lang/en/data.php +++ b/mod/data/lang/en/data.php @@ -22,7 +22,6 @@ * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ - $string['action'] = 'Action'; $string['add'] = 'Add entry'; $string['addcomment'] = 'Add comment'; @@ -303,7 +302,7 @@ $string['saveandadd'] = 'Save and add another'; $string['saveandview'] = 'Save and view'; $string['saveaspreset'] = 'Save as preset'; $string['saveaspreset_help'] = 'The save as preset feature publishes the templates and fields as a preset which others on the site can then use. (You may delete it from the list of presets at any time.)'; -$string['savesettings'] = 'Save settings'; +$string['savesettings'] = 'Search'; $string['savesuccess'] = 'Saved successfully. Your preset will now be available across the site.'; $string['savetemplate'] = 'Save template'; $string['search'] = 'Search'; -- 1.7.11.4