From a1ba5e417803cfffea05c7374ab86500a6ff3288 Mon Sep 17 00:00:00 2001 From: sl1nk3 Date: Thu, 7 Aug 2014 00:31:40 -0400 Subject: [PATCH] Minor. --- modules/backend/models/EditorPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backend/models/EditorPreferences.php b/modules/backend/models/EditorPreferences.php index 9d021ccd9..739fd6f26 100644 --- a/modules/backend/models/EditorPreferences.php +++ b/modules/backend/models/EditorPreferences.php @@ -65,6 +65,6 @@ class EditorPreferences extends Model // Sort the theme alphabetically, and push the default theme asort($themes); - return [static::DEFAULT_THEME => 'Twilight'] + $themes; + return [static::DEFAULT_THEME => ucwords(static::DEFAULT_THEME)] + $themes; } } \ No newline at end of file