diff options
Diffstat (limited to 'kmail/recipientspicker.cpp')
-rw-r--r-- | kmail/recipientspicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/recipientspicker.cpp b/kmail/recipientspicker.cpp index dcf43f794..60ffffbef 100644 --- a/kmail/recipientspicker.cpp +++ b/kmail/recipientspicker.cpp @@ -783,7 +783,7 @@ void RecipientsPicker::pick( Recipient::Type type ) "recipients is %1. Please adapt the selection.", "You selected %n recipients. The maximum supported number of " "recipients is %1. Please adapt the selection.", count) - .tqarg( GlobalSettings::self()->maximumRecipients() ) ); + .arg( GlobalSettings::self()->maximumRecipients() ) ); return; } |