diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-15 10:58:39 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-15 10:58:39 +0100 |
commit | ec3955b158b9b15f25392c6ec099c7e36493a469 (patch) | |
tree | 4c03f0e063a5fd8e84ece7db55e1ccf91eea2589 /apps/calendar | |
parent | cf1023567b24ea1ace6a85a049dfa4457ce52c66 (diff) | |
download | nextcloud-server-ec3955b158b9b15f25392c6ec099c7e36493a469.tar.gz nextcloud-server-ec3955b158b9b15f25392c6ec099c7e36493a469.zip |
change description of the changed colors (calendar)
Diffstat (limited to 'apps/calendar')
-rw-r--r-- | apps/calendar/lib/calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/lib/calendar.php b/apps/calendar/lib/calendar.php index e9e509bfa86..5e272991f20 100644 --- a/apps/calendar/lib/calendar.php +++ b/apps/calendar/lib/calendar.php @@ -237,7 +237,7 @@ class OC_Calendar_Calendar{ 'ffa500', // "Orange" 'ff7f50', // "Coral" 'ee82ee', // "Violet" - '9fc6e7', // dark yellow + '9fc6e7', // "light blue" ); } public static function getEventSourceInfo($calendar){ |