mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Fix typos in messages
This commit is contained in:
parent
95e7734e83
commit
59ba849e8f
|
@ -247,7 +247,7 @@ QString QupZillaSchemeReply::aboutPage()
|
|||
authorString("Beqa Arabuli", "arabulibeqa@gmail.com") + " (Georgian)<br/>" +
|
||||
authorString("Daiki Noda", "sys.pdr.pdm9@gmail.com") + " (Japanese)<br/>" +
|
||||
authorString("Gábor Oberle", "oberleg@myopera.com") + " (Hungarian)<br/>" +
|
||||
authorString("Piccoro McKay Lenz", "mckaygerhard@gmail.com") + " (Venezulean Spanish)<br/>" +
|
||||
authorString("Piccoro McKay Lenz", "mckaygerhard@gmail.com") + " (Venezuelan Spanish)<br/>" +
|
||||
authorString("Stanislav Kuznietsov", "stanislav_kuznetsov@ukr.net") + " (Ukrainian)<br/>" +
|
||||
authorString("Seyyed Razi Alavizadeh", "s.r.alavizadeh@gmail.com") + " (Persian)<br/>" +
|
||||
authorString("Guillem Prats", "guprej@gmail.com") + " (Catalan)<br/>" +
|
||||
|
|
|
@ -93,7 +93,7 @@ void qupzilla_signal_handler(int s)
|
|||
|
||||
file.close();
|
||||
|
||||
std::cout << "Backtrace successfuly saved in " << qPrintable(dir.absoluteFilePath(file.fileName())) << std::endl;
|
||||
std::cout << "Backtrace successfully saved in " << qPrintable(dir.absoluteFilePath(file.fileName())) << std::endl;
|
||||
}
|
||||
#endif // defined(Q_OS_LINUX) || defined(__GLIBC__) || defined(__FreeBSD__)
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ PluginSpec PIM_Plugin::pluginSpec()
|
|||
PluginSpec spec;
|
||||
spec.name = "PIM";
|
||||
spec.info = "Personal Information Manager";
|
||||
spec.description = "Adds ability for Qupzilla to store some personal data";
|
||||
spec.description = "Adds ability for QupZilla to store some personal data";
|
||||
spec.version = "0.2.0";
|
||||
spec.author = QString::fromUtf8("Mladen Pejaković <pejakm@autistici.org>");
|
||||
spec.icon = QPixmap(":/PIM/data/PIM.png");
|
||||
|
|
|
@ -259,7 +259,7 @@ void TLDExtractor::loadData()
|
|||
const QString tldDataFileDownloadLink = QLatin1String("http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1");
|
||||
QMessageBox::information(0, tr("File not found!"),
|
||||
tr("File \'effective_tld_names.dat\' was not found!\n"
|
||||
"You can download it form \'<a href=\"%1\"><b>here</b></a>\' to one of the following paths:\n%2")
|
||||
"You can download it from \'<a href=\"%1\"><b>here</b></a>\' to one of the following paths:\n%2")
|
||||
.arg(tldDataFileDownloadLink).arg(m_dataSearchPaths.join("\n")));
|
||||
|
||||
return;
|
||||
|
@ -362,7 +362,7 @@ bool TLDExtractor::test()
|
|||
|
||||
QMessageBox::information(0, tr("File not found!"),
|
||||
tr("File \'test_psl.txt\' was not found!\n"
|
||||
"You can download it form \'<a href=\"%1\"><b>here</b></a>\' to one of the following paths:\n%2")
|
||||
"You can download it from \'<a href=\"%1\"><b>here</b></a>\' to one of the following paths:\n%2")
|
||||
.arg(testFileDownloadLink).arg(m_dataSearchPaths.join("\n")));
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user