From ea22072a6232edf194f271d4db1bbb18c78d24a0 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 e176ce89ff9..bfe2bf40572 100644 --- a/lang/en/notes.php +++ b/lang/en/notes.php @@ -58,7 +58,7 @@ $string['publishstate_help'] = 'A note\'s context determines who can see the not * 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';