/branches/Version13x/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.cpp |
---|
245,7 → 245,7 |
bool BarcodeGenerator::codeEdit_check(const QString& )//s) |
{ |
/* probably not needed as the backend do it for us (PV) |
/* propably not needed as the backend do it for us (PV) |
QRegExp rx(map[bcCombo->currentText()].regularExp); |
if (!rx.exactMatch(s)) |
{ |
/branches/Version13x/Scribus/scribus/plugins/gettext/pdbim/pdbim.cpp |
---|
98,7 → 98,7 |
strncmp( m_header.creator, DOC_CREATOR, sizeof(m_header.creator))) |
{ |
QMessageBox::warning(ScMW, QObject::tr("PDB Import", "PDB Importer"), |
"<qt>" + QObject::tr("This file is not recognized as a PDB document. Please, report this as a bug if you are sure it is one.", "PDB Importer") + "</qt>", |
"<qt>" + QObject::tr("This file is not recognized as a PDB document propably. Please, report this as a bug if you are sure it is one.", "PDB Importer") + "</qt>", |
0); |
return; |
} |
/branches/Version13x/Scribus/scribus/pluginmanager.cpp |
---|
210,8 → 210,8 |
if (loaded != allPlugs.count()) |
QMessageBox::warning(ScMW, CommonStrings::trWarning, |
"<qt>" + tr("There is a problem loading " |
"%1 of %2 plugins. This is probably caused " |
"by some kind of dependency. " |
"%1 of %2 plugins. This is caused " |
"by some kind of dependency propably. " |
"Report it as a bug, please." |
).arg(allPlugs.count()-loaded).arg(allPlugs.count()) |
+ "</qt>", |