mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-12 02:13:18 +00:00
Improved error message when you cannot invite users
This commit is contained in:
@@ -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)";
|
||||
|
||||
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user