aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-08 19:23:11 -0800
committerzotlabs <mike@macgirvin.com>2017-03-08 19:23:11 -0800
commit403f4c1a6b57f165b098688d4896414f9181ffde (patch)
treef5550131f318bfe91e63b713526fe365fed6aa05 /Zotlabs
parent8e3a02627629d29c3552f8332de1ab32b9c99ffe (diff)
downloadvolse-hubzilla-403f4c1a6b57f165b098688d4896414f9181ffde.tar.gz
volse-hubzilla-403f4c1a6b57f165b098688d4896414f9181ffde.tar.bz2
volse-hubzilla-403f4c1a6b57f165b098688d4896414f9181ffde.zip
Monday is a proper name and should be capitalised (except in private conversation amongst unix geeks).
Diffstat (limited to 'Zotlabs')
-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);