diff options
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r-- | lib/plugins/config/lang/en/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php index 1ba763e7c..0865d3090 100644 --- a/lib/plugins/config/lang/en/lang.php +++ b/lib/plugins/config/lang/en/lang.php @@ -168,8 +168,8 @@ $lang['license_o_'] = 'None chosen'; /* typography options */ $lang['typography_o_0'] = 'none'; -$lang['typography_o_1'] = 'Double quotes only'; -$lang['typography_o_2'] = 'All quotes (might not always work)'; +$lang['typography_o_1'] = 'excluding single quotes'; +$lang['typography_o_2'] = 'including single quotes (might not always work)'; /* userewrite options */ $lang['userewrite_o_0'] = 'none'; |