Fix string typo and rerun lupdate.

This commit is contained in:
sledgehammer999
2013-09-02 14:19:00 +03:00
parent 4f8ccd0dfc
commit 251d5b1921
38 changed files with 186 additions and 186 deletions

View File

@@ -335,7 +335,7 @@ void engineSelectDlg::askForPluginUrl() {
if (!ok || url.isEmpty())
return;
if (!url.endsWith(".py")) {
QMessageBox::warning(this, tr("Invlalid link"), tr("The link doesn't seem to point to a search engine plugin."));
QMessageBox::warning(this, tr("Invalid link"), tr("The link doesn't seem to point to a search engine plugin."));
url = AutoExpandableDialog::getText(this, tr("New search engine plugin URL"),
tr("URL:"), QLineEdit::Normal,
url, &ok);