diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 13:32:43 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 13:32:43 +0000 |
commit | c3a4bafc3f3f0984e8751e00e024ab8c09e0ff1b (patch) | |
tree | 78da419433a8ee844225cd8e436b724a1c832efc /languages | |
parent | 64876aa88b223a8f368a7669b7e129847248fab7 (diff) | |
download | elgg-c3a4bafc3f3f0984e8751e00e024ab8c09e0ff1b.tar.gz elgg-c3a4bafc3f3f0984e8751e00e024ab8c09e0ff1b.tar.bz2 |
Fixes #18: Set default view type in admin
http://trac.elgg.org/elgg/ticket/18
git-svn-id: https://code.elgg.org/elgg/trunk@963 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 0e359c561..1641c206d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -351,7 +351,8 @@ Alternatively, you can enter your database settings below and we will try and do 'dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:", 'language' => "The default language code for your site, e.g. 'en' for English, 'fr' for French, 'ru' for Russian:", 'debug' => "Debug mode provides extra information which can be used to diagnose faults, however it can slow your system down so should only be used if you are having problems:", - 'debug:label' => "Turn on debug mode",
+ 'debug:label' => "Turn on debug mode", + 'view' => "Enter the view which will be used as the default for your site (e.g. 'mobile') or leave this blank for the default view:",
/**
* Welcome
|