Improved error message when you cannot invite users

pull/51/head
Ludovic Marcotte 2014-07-29 10:36:20 -04:00
parent 1df7e989e0
commit 94f3246658
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
"This or these persons cannot be invited:" = "This or these persons cannot be invited:";
"Inviting the following persons is prohibited:" = "Inviting the following persons is prohibited:";
"Personal Calendar" = "Personal Calendar";
vevent_class0 = "(Public event)";
vevent_class1 = "(Private event)";

View File

@ -462,7 +462,7 @@
count = [unavailableAttendees count];
if (count > 0)
{
reason = [NSMutableString stringWithString:[self labelForKey: @"This or these persons cannot be invited:"]];
reason = [NSMutableString stringWithString:[self labelForKey: @"Inviting the following persons is prohibited:"]];
// Add all the unavailable users in the warning message
for (i = 0; i < count; i++)
{