Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-04-09 15:54:15 +0400
committerMichal Čihař <mcihar@novell.com>2010-04-09 15:57:36 +0400
commitf9ccd69538a1d934db6a8ca8dd120811b2a7958d (patch)
tree8e1e8b9310432591875a183621ca05fc8ba0f95a /config.sample.inc.php
parenta86d3fee48b27eb07dd363bb60d0799d068b5d40 (diff)
Remove no longer needed language file names.
Diffstat (limited to 'config.sample.inc.php')
-rw-r--r--config.sample.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.inc.php b/config.sample.inc.php
index e044304f8c..e952c80ff8 100644
--- a/config.sample.inc.php
+++ b/config.sample.inc.php
@@ -110,7 +110,7 @@ $cfg['SaveDir'] = '';
* Default language to use, if not browser-defined or user-defined
* (you find all languages in the file libraries/select_lang.lib.php)
* uncomment the desired line:
- * default = 'en-utf-8'
+ * default = 'en'
*/
//$cfg['DefaultLang'] = 'en';
//$cfg['DefaultLang'] = 'de';