forked from qt-creator/qt-creator
UI text: fix caps and punctuation in QNX text
Change-Id: I5f09a1275806b93f777b6f6e8ebb3cad9cf1fa05 Reviewed-by: Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -106,7 +106,7 @@ bool QNXPlugin::initialize(const QStringList &arguments, QString *errorString)
|
||||
barDescriptorMimeType.setSubClassesOf(QStringList() << QLatin1String("application/xml"));
|
||||
|
||||
if (!Core::ICore::mimeDatabase()->addMimeType(barDescriptorMimeType)) {
|
||||
*errorString = tr("Could not add mime-type for bar-descriptor.xml editor");
|
||||
*errorString = tr("Could not add mime-type for bar-descriptor.xml editor.");
|
||||
return false;
|
||||
}
|
||||
addAutoReleasedObject(new BarDescriptorEditorFactory);
|
||||
|
||||
Reference in New Issue
Block a user