aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/XmlExport/xmlexport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/XmlExport/xmlexport.cpp')
-rw-r--r--Plugins/XmlExport/xmlexport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/XmlExport/xmlexport.cpp b/Plugins/XmlExport/xmlexport.cpp
index 746d246..e76fe7d 100644
--- a/Plugins/XmlExport/xmlexport.cpp
+++ b/Plugins/XmlExport/xmlexport.cpp
@@ -35,7 +35,7 @@ void XmlExport::validateOptions()
EXPORT_MANAGER->updateVisibilityAndEnabled(cfg.XmlExport.Namespace, true, useNs);
bool nsValid = !useNs || !cfg.XmlExport.Namespace.get().isEmpty();
- EXPORT_MANAGER->handleValidationFromPlugin(nsValid, cfg.XmlExport.Namespace, tr("Enter the namespace to use (for example: http://my.namespace.org"));
+ EXPORT_MANAGER->handleValidationFromPlugin(nsValid, cfg.XmlExport.Namespace, tr("Enter the namespace to use (for example: http://my.namespace.org)"));
}
QString XmlExport::defaultFileExtension() const