Fix typos in texts.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/38/head
Slávek Banko 5 years ago
parent 1a6edf83b9
commit cef8c56343
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -432,7 +432,7 @@ void Toplevel::postCrashDataToServerResult(TDEIO::Job *job)
responseString = responseString.mid(4);
KMessageBox::information
(0,
i18n("<p>Your crash report has been uploaded!</p></p>You may reference it if desired by its unique ID:<br>%1</p>").arg(responseString),
i18n("<p>Your crash report has been uploaded!</p><p>You may reference it if desired by its unique ID:<br>%1</p>").arg(responseString),
i18n("Report uploaded"));
close();
}

Loading…
Cancel
Save