aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-11 18:02:59 -0800
committerzotlabs <mike@macgirvin.com>2017-03-11 18:02:59 -0800
commit4c526c7d3d98a8ae0521af8af3baea196550e170 (patch)
treed98445b6da261d0c4c6bcec35165f1761f7dc218 /Zotlabs/Module
parentbbb83bea38c626aa59f28e3ed29e39488f2e9289 (diff)
parent4a24a8de4341d1a3231c4dc22661c89559053424 (diff)
downloadvolse-hubzilla-4c526c7d3d98a8ae0521af8af3baea196550e170.tar.gz
volse-hubzilla-4c526c7d3d98a8ae0521af8af3baea196550e170.tar.bz2
volse-hubzilla-4c526c7d3d98a8ae0521af8af3baea196550e170.zip
Merge branch 'dev' into red
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Settings/Channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Channel.php b/Zotlabs/Module/Settings/Channel.php
index 8eb3b2181..56a7d0d8e 100644
--- a/Zotlabs/Module/Settings/Channel.php
+++ b/Zotlabs/Module/Settings/Channel.php
@@ -575,7 +575,7 @@ class Channel {
'$removeme' => t('Remove Channel'),
'$removechannel' => t('Remove this channel.'),
'$firefoxshare' => t('Firefox Share $Projectname provider'),
- '$cal_first_day' => array('first_day', t('Start calendar week on monday'), ((get_pconfig(local_channel(),'system','cal_first_day')) ? 1 : ''), '', $yes_no),
+ '$cal_first_day' => array('first_day', t('Start calendar week on Monday'), ((get_pconfig(local_channel(),'system','cal_first_day')) ? 1 : ''), '', $yes_no),
));
call_hooks('settings_form',$o);