diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2012-07-17 19:45:48 -0400 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2012-07-17 19:45:48 -0400 |
commit | b1730bd21bd9ce8807b80c4cfb044858c7af60d8 (patch) | |
tree | 9383126de598759bcf35d0f527ec026987705c55 /inc/lang/en | |
parent | 71e14df475a4a212fd2a7b6efa38ef95352401f8 (diff) | |
download | rpg-b1730bd21bd9ce8807b80c4cfb044858c7af60d8.tar.gz rpg-b1730bd21bd9ce8807b80c4cfb044858c7af60d8.tar.bz2 |
Translatable string for "None" license selection
The position of the option was moved to the end of the list so
the English label "None of the above" will make sense.
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 3c51ba224..2592b9a5c 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -311,6 +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['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'; |