aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-02-17 12:37:02 +0100
committerMario Vavti <mario@mariovavti.com>2016-02-17 12:37:02 +0100
commit4436cd9ade3688c926457e3e1378d8fe860ad63f (patch)
tree5ba5d61de7f08023f528ff0bae81d7404cf2eac0
parentddbe3c7426a551420bb6ead09984333e956b3a58 (diff)
downloadvolse-hubzilla-4436cd9ade3688c926457e3e1378d8fe860ad63f.tar.gz
volse-hubzilla-4436cd9ade3688c926457e3e1378d8fe860ad63f.tar.bz2
volse-hubzilla-4436cd9ade3688c926457e3e1378d8fe860ad63f.zip
Change description
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 0729415a3..ea9c73435 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -842,7 +842,7 @@ function settings_content(&$a) {
'$theme' => (($themes) ? array('theme', t('Display Theme:'), $theme_selected, '', $themes, 'preview') : false),
'$mobile_theme' => (($mobile_themes) ? array('mobile_theme', t('Mobile Theme:'), $mobile_theme_selected, '', $mobile_themes, '') : false),
- '$preload_images' => array('preload_images', t("Preload images before rendering the page"), $preload_images, t("Subjectiv page load time will be longer but page will be ready when displayed"), $yes_no),
+ '$preload_images' => array('preload_images', t("Preload images before rendering the page"), $preload_images, t("The subjective page load time will be longer but the page will be ready when displayed"), $yes_no),
'$user_scalable' => array('user_scalable', t("Enable user zoom on mobile devices"), $user_scalable, '', $yes_no),
'$ajaxint' => array('browser_update', t("Update browser every xx seconds"), $browser_update, t('Minimum of 10 seconds, no maximum')),
'$itemspage' => array('itemspage', t("Maximum number of conversations to load at any time:"), $itemspage, t('Maximum of 100 items')),