Fix typos in texts.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit cef8c56343)
pull/182/head
Slávek Banko 5 years ago
parent b0b38fb422
commit f455dec3c1
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