Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b117fac
)
MDL-51651 lang: the first day of the week is Monday
author
Dan Poltawski
<dan@moodle.com>
Thu, 8 Oct 2015 14:08:00 +0000
(15:08 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 15 Oct 2015 09:15:05 +0000
(10:15 +0100)
lang/en/langconfig.php
patch
|
blob
|
blame
|
history
diff --git
a/lang/en/langconfig.php
b/lang/en/langconfig.php
index
f44d7f9
..
48eaf09
100644
(file)
--- a/
lang/en/langconfig.php
+++ b/
lang/en/langconfig.php
@@
-25,7
+25,7
@@
$string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';
$string['backupnameformat'] = '%Y%m%d-%H%M';
$string['decsep'] = '.';
-$string['firstdayofweek'] = '
0
';
+$string['firstdayofweek'] = '
1
';
$string['iso6391'] = 'en';
$string['iso6392'] = 'eng';
$string['labelsep'] = ': ';