From 4f73ef521ece1dbe31add8f0132c72e74c36f671 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 6 Aug 2012 12:08:35 +0800 Subject: [PATCH] MDL-34575 lang/notes: reorder string to be alphabetical --- lang/en/notes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/notes.php b/lang/en/notes.php index e176ce89ff9e2..bfe2bf40572ef 100644 --- a/lang/en/notes.php +++ b/lang/en/notes.php @@ -58,7 +58,7 @@ * Personal - The note will be visible only to you * Course - The note will be visible to teachers in this course * Site - The note will be visible to teachers in all courses'; +$string['selectnotestate'] = "Select note state"; $string['site'] = 'site'; $string['sitenotes'] = 'Site notes'; -$string['selectnotestate'] = "Select note state"; $string['unknown'] = 'unknown';