Fix missing stirng placeholder in warning message

pull/1/head
Timothy Pearson 9 years ago
parent 3fdd5c964a
commit 7b0e95f329

@ -4093,7 +4093,7 @@ int LDAPManager::getTDECertificate(TQString certificateName, TQByteArray *certif
}
if (returncode != 0) {
// Resource not found
if (errstr) *errstr = i18n("Resource \"%s\" not found in LDAP database").arg(certificateName);
if (errstr) *errstr = i18n("Resource \"%1\" not found in LDAP database").arg(certificateName);
}
if (ber != NULL) {

Loading…
Cancel
Save