summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2011-11-05 12:38:31 +0000
committerAnika Henke <anika@selfthinker.org>2011-11-05 12:38:31 +0000
commit34bc7405a09b0c63ed7eef338853e13d377c36e6 (patch)
tree1d632978f875b7acf23118f042722319519aa2cb /lib/plugins/config/lang/en
parent67fd10d7d6376d0033f3bee5b62b5ec2b80b5a9a (diff)
downloadrpg-34bc7405a09b0c63ed7eef338853e13d377c36e6.tar.gz
rpg-34bc7405a09b0c63ed7eef338853e13d377c36e6.tar.bz2
paraphrased '<' character in some language files (en, de, de-informal) to avoid XML errors -- please fix other languages
Diffstat (limited to 'lib/plugins/config/lang/en')
-rw-r--r--lib/plugins/config/lang/en/lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index 8609e278f..380f2fd1d 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -134,7 +134,7 @@ $lang['jpg_quality'] = 'JPG compression quality (0-100)';
$lang['subscribers'] = 'Enable page subscription support';
$lang['subscribe_time'] = 'Time after which subscription lists and digests are sent (sec); This should be smaller than the time specified in recent_days.';
$lang['compress'] = 'Compact CSS and javascript output';
-$lang['cssdatauri'] = 'Size in bytes up to which images referenced in CSS files should be embedded right into the stylesheet to reduce HTTP request header overhead. This technique won\'t work in IE < 8! <code>400</code> to <code>600</code> bytes is a good value. Set <code>0</code> to disable.';
+$lang['cssdatauri'] = 'Size in bytes up to which images referenced in CSS files should be embedded right into the stylesheet to reduce HTTP request header overhead. This technique won\'t work in IE 7 and below! <code>400</code> to <code>600</code> bytes is a good value. Set <code>0</code> to disable.';
$lang['hidepages'] = 'Hide matching pages (regular expressions)';
$lang['send404'] = 'Send "HTTP 404/Page Not Found" for non existing pages';
$lang['sitemap'] = 'Generate Google sitemap (days)';