diff options
author | Hakan Sandell <sandell.hakan@gmail.com> | 2012-12-02 20:32:38 +0100 |
---|---|---|
committer | Hakan Sandell <sandell.hakan@gmail.com> | 2012-12-02 20:32:38 +0100 |
commit | 2e41a0255616465dae4c1883ce295ed4a9cd9a33 (patch) | |
tree | 420efe008a21a13bff32b576dd0ae50afd00203e | |
parent | 65f67c089d55dc0096adcc3d0a5d35e9e8a4cad7 (diff) | |
download | rpg-2e41a0255616465dae4c1883ce295ed4a9cd9a33.tar.gz rpg-2e41a0255616465dae4c1883ce295ed4a9cd9a33.tar.bz2 |
Re-phrased "no license" installer text
-rw-r--r-- | inc/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index a21db0564..6ea5acec0 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -311,7 +311,7 @@ $lang['i_pol1'] = 'Public Wiki (read for everyone, write and uplo $lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; $lang['i_retry'] = 'Retry'; $lang['i_license'] = 'Please choose the license you want to put your content under:'; -$lang['i_license_none'] = 'None of the above'; +$lang['i_license_none'] = 'Do not show any license information'; $lang['recent_global'] = 'You\'re currently watching the changes inside the <b>%s</b> namespace. You can also <a href="%s">view the recent changes of the whole wiki</a>.'; $lang['years'] = '%d years ago'; |