rename 'Default calendar' to more sensible 'Personal', thx @jeffrobo, fix #120

master
Jan-Christoph Borchardt 2014-01-31 12:35:26 +01:00
parent 33c01ef2a6
commit e33c5b2e0d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class OC_Calendar_Calendar{
$userid = OCP\USER::getUser();
}
$id = self::addCalendar($userid,'Default calendar');
$id = self::addCalendar($userid,'Personal');
return true;
}