summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-27 15:43:26 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-27 15:43:26 +0000
commit78af4f429fc834197c6928fc49797fe710cf27fb (patch)
tree174a7b5101f567fc3dcc9227e2c8d4968af91ea6 /app/views/settings
parent3ef5daaf35185cf20a79ca38334abe0074f58549 (diff)
downloadredmine-78af4f429fc834197c6928fc49797fe710cf27fb.tar.gz
redmine-78af4f429fc834197c6928fc49797fe710cf27fb.zip
Adds support for saturday as the first week day (#7097).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5228 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/_display.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_display.rhtml b/app/views/settings/_display.rhtml
index 97cee5255..25f65fc56 100644
--- a/app/views/settings/_display.rhtml
+++ b/app/views/settings/_display.rhtml
@@ -5,7 +5,7 @@
<p><%= setting_select :default_language, lang_options_for_select(false) %></p>
-<p><%= setting_select :start_of_week, [[day_name(1),'1'], [day_name(7),'7']], :blank => :label_language_based %></p>
+<p><%= setting_select :start_of_week, [[day_name(1),'1'], [day_name(6),'6'], [day_name(7),'7']], :blank => :label_language_based %></p>
<p><%= setting_select :date_format, Setting::DATE_FORMATS.collect {|f| [Date.today.strftime(f), f]}, :blank => :label_language_based %></p>