aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authortony baldwin <tony@tonybaldwin.org>2014-02-19 22:56:52 -0500
committertony baldwin <tony@tonybaldwin.org>2014-02-19 22:56:52 -0500
commit9715176a56c0b8127e9c5045d26d13402c072ff8 (patch)
tree785312ecb06cdee1d0b43bbed25e3fb66a424575 /mod
parent40dbd34405d493bbdc163ea2a49e312a6df06fbb (diff)
downloadvolse-hubzilla-9715176a56c0b8127e9c5045d26d13402c072ff8.tar.gz
volse-hubzilla-9715176a56c0b8127e9c5045d26d13402c072ff8.tar.bz2
volse-hubzilla-9715176a56c0b8127e9c5045d26d13402c072ff8.zip
s/View remote profiles as webpages/Do not view remote profiles in
frames/g
Diffstat (limited to 'mod')
-rw-r--r--mod/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 5b0a8e8f2..945a75134 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -758,7 +758,7 @@ function settings_content(&$a) {
'$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')),
'$nosmile' => array('nosmile', t("Don't show emoticons"), $nosmile, ''),
- '$chanview_full' => array('chanview_full', t('View remote profiles as webpages'), $chanview, t('By default open in a sub-window of your own site')),
+ '$chanview_full' => array('chanview_full', t('Do not view remote profiles in frames'), $chanview, t('By default open in a sub-window of your own site')),
'$theme_config' => $theme_config,
));