r18324 by jghali - #10744: Hint for font substitution need small amendment

scribus-commit scribus-commit at lists.scribus.net
Sun Jun 16 14:35:13 UTC 2013


Author: jghali
Date: Sun Jun 16 14:35:13 2013
New Revision: 18324

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18324
Log:
#10744: Hint for font substitution need small amendment

Modified:
    trunk/Scribus/scribus/ui/fontreplacedialog.cpp

Modified: trunk/Scribus/scribus/ui/fontreplacedialog.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18324&path=/trunk/Scribus/scribus/ui/fontreplacedialog.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/fontreplacedialog.cpp (original)
+++ trunk/Scribus/scribus/ui/fontreplacedialog.cpp Sun Jun 16 14:35:13 2013
@@ -87,7 +87,7 @@
 	resize( QSize(450, 250) );
 
 	cancelButton->setToolTip( "<qt>" + tr( "Cancels these font substitutions and stops loading the document.") + "</qt>" );
-	stickyReplacements->setToolTip( "<qt>" + tr( "Enabling this tells Scribus to use these replacements for missing fonts permanently in all future layouts. This can be reverted or changed in Edit > Preferences > Fonts.") + "</qt>" );
+	stickyReplacements->setToolTip( "<qt>" + tr( "Enabling this tells Scribus to use these replacements for missing fonts permanently in all future layouts. This can be reverted or changed in File > Preferences > Fonts.") + "</qt>" );
 	okButton->setToolTip( "<qt>" + tr( "If you select OK, then save, these substitutions are made permanent in the document.") + "</qt>" );
 	connect(okButton, SIGNAL(clicked()), this, SLOT(leaveOK()));
 	connect(cancelButton, SIGNAL(clicked()), this, SLOT(reject()));




More information about the scribus-commit mailing list