r21832 by craig - #14667: Update message when saving to a template without a template directory set

scribus-commit scribus-commit at lists.scribus.net
Thu Mar 16 22:19:29 UTC 2017


Author: craig
Date: Thu Mar 16 22:19:29 2017
New Revision: 21832

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21832
Log:
#14667: Update message when saving to a template without a template directory set

Modified:
    trunk/Scribus/scribus/plugins/saveastemplateplugin/satemplate.cpp

Modified: trunk/Scribus/scribus/plugins/saveastemplateplugin/satemplate.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21832&path=/trunk/Scribus/scribus/plugins/saveastemplateplugin/satemplate.cpp
==============================================================================
--- trunk/Scribus/scribus/plugins/saveastemplateplugin/satemplate.cpp	(original)
+++ trunk/Scribus/scribus/plugins/saveastemplateplugin/satemplate.cpp	Thu Mar 16 22:19:29 2017
@@ -129,7 +129,7 @@
 	if (userTemplatesDir.isEmpty())
 	{
 		ScMessageBox::warning(doc->scMW(), QObject::tr("No User Template Location Defined"), "<qt>" +
-										QObject::tr("You have not defined a location to save document templates to. Please go to Scribus application Preferences and define a location in the Paths section.") + "</qt>",
+										QObject::tr("You have not configured where to save document templates.<br>Please go to the Paths section in the Scribus application Preferences to set a location.") + "</qt>",
 										QMessageBox::Ok,	// GUI default
 										QMessageBox::Ok);	// batch default
 		return;




More information about the scribus-commit mailing list