diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 18:42:00 +0000 | 
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 18:42:00 +0000 | 
| commit | 2d560e5f9e95f7fd71e1490cd13a0ae947d81c9b (patch) | |
| tree | b60c89a613c8457c81416877bdec2b8fd1a1676f /languages | |
| parent | 2e42219f0ee4bc07f8f3c262242e06ad4f92023e (diff) | |
| download | elgg-2d560e5f9e95f7fd71e1490cd13a0ae947d81c9b.tar.gz elgg-2d560e5f9e95f7fd71e1490cd13a0ae947d81c9b.tar.bz2  | |
Closes #98
git-svn-id: https://code.elgg.org/elgg/trunk@1157 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
| -rw-r--r-- | languages/en.php | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index a77dc9d16..13d2ce306 100644 --- a/languages/en.php +++ b/languages/en.php @@ -361,8 +361,8 @@  			'resetpassword' => "Reset password", -			'yes' => "Yes", -			'no' => "No",
 +			'option:yes' => "Yes", +			'option:no' => "No",
  		/**
  		 * Generic data words
 @@ -451,7 +451,7 @@ Alternatively, you can enter your database settings below and we will try and do  			'wwwroot' => "The site URL, followed by a trailing slash:",
  			'path' => "The full path to your site root on your disk, followed by a trailing slash:",
  			'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:", +			'language' => "The default language for your site:",  			'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",  			'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:",
  | 
