i18n: Contexts.
This commit is contained in:
parent
9c4e522f8f
commit
2c9d3c0a0e
@ -140,7 +140,7 @@ public:
|
||||
|
||||
if (answer!=KDialog::Yes) {
|
||||
q->setError(-1);
|
||||
q->setErrorText(i18n("User rejected"));
|
||||
q->setErrorText(i18nc("A remote widget was rejected by the user.", "User rejected"));
|
||||
q->emitResult();
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user