diff --git a/views.module b/views.module
index f1c110a24a8139266e743f536d6dae07e6bd0571..f3cd92a9f627e3140d51734d1dd076fc9617ceb0 100644
--- a/views.module
+++ b/views.module
@@ -1353,10 +1353,10 @@ function views_get_localization_plugin() {
   // Provide sane default values for the localization plugin.
   if (empty($plugin)) {
     if (module_exists('locale')) {
-      $plugin = 'core';
+      $plugin = 'Core';
     }
     else {
-      $plugin = 'none';
+      $plugin = 'None';
     }
   }