diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-26 15:13:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-26 15:13:19 +0200 |
commit | 91502b4104788b4f2d57da800ffc4c38585de94d (patch) | |
tree | b0bb80136db9835cd89bd795d64a80dd447fb2e2 /view/theme/redbasic | |
parent | 9bc76b425948e7a6118e7749a3eb7c08c447bab3 (diff) | |
download | volse-hubzilla-91502b4104788b4f2d57da800ffc4c38585de94d.tar.gz volse-hubzilla-91502b4104788b4f2d57da800ffc4c38585de94d.tar.bz2 volse-hubzilla-91502b4104788b4f2d57da800ffc4c38585de94d.zip |
change wording
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/php/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index d9d46c8f4..0a779529d 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -113,7 +113,7 @@ class RedbasicConfig { '$converse_width' => array('redbasic_converse_width',t('Set maximum width of content region in pixel'),$arr['converse_width'], t('Leave empty for default width')), '$top_photo' => array('redbasic_top_photo', t('Set size of conversation author photo'), $arr['top_photo']), '$reply_photo' => array('redbasic_reply_photo', t('Set size of followup author photos'), $arr['reply_photo']), - '$advanced_theming' => ['redbasic_advanced_theming', t('Show more custom theme settings'), $arr['advanced_theming'], '', [t('No'), t('Yes')]] + '$advanced_theming' => ['redbasic_advanced_theming', t('Show advanced settings'), $arr['advanced_theming'], '', [t('No'), t('Yes')]] )); return $o; |