Add missing localized strings in Calendar module

This commit is contained in:
Francis Lachapelle
2017-07-19 17:10:06 -04:00
parent 1a76ade0ec
commit 589c5f8ae0
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ static NSArray *tasksFields = nil;
return dayOfWeek;
else
// With the past 7 days
return [NSString stringWithFormat: [self labelForKey: @"last %@" inContext: context], dayOfWeek];
return [NSString stringWithFormat: [self labelForKey: @"Last %@" inContext: context], dayOfWeek];
}
else
{