r20337 by craig - #13307: Fix more tooltips <FirasH>

scribus-commit scribus-commit at lists.scribus.net
Mon Aug 17 21:08:49 UTC 2015


Author: craig
Date: Mon Aug 17 21:08:48 2015
New Revision: 20337

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20337
Log:
#13307: Fix more tooltips <FirasH>

Modified:
    trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui
    trunk/Scribus/scribus/ui/prefs_pdfexport.cpp

Modified: trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20337&path=/trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui
==============================================================================
--- trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui (original)
+++ trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui Mon Aug 17 21:08:48 2015
@@ -432,7 +432,7 @@
          </size>
         </property>
         <property name="toolTip">
-         <string>Version of the symbol.</string>
+         <string>Version of the symbol</string>
         </property>
        </widget>
       </item>
@@ -445,7 +445,7 @@
          </size>
         </property>
         <property name="toolTip">
-         <string>Error correction level.</string>
+         <string>Error correction level</string>
         </property>
        </widget>
       </item>

Modified: trunk/Scribus/scribus/ui/prefs_pdfexport.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20337&path=/trunk/Scribus/scribus/ui/prefs_pdfexport.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/prefs_pdfexport.cpp (original)
+++ trunk/Scribus/scribus/ui/prefs_pdfexport.cpp Mon Aug 17 21:08:48 2015
@@ -68,7 +68,7 @@
 	useEncryptionCheckBox->setToolTip( "<qt>" + tr( "Enable the security features in your exported PDF. If you selected PDF 1.3, the PDF will be protected by 40 bit encryption. If you selected PDF 1.4, the PDF will be protected by 128 bit encryption. Disclaimer: PDF encryption is not as reliable as GPG or PGP encryption and does have some limitations." ) + "</qt>" );
 	passwordOwnerLineEdit->setToolTip( "<qt>" + tr( "Choose an owner password which enables or disables all the security features in your exported PDF" ) + "</qt>" );
 	passwordUserLineEdit->setToolTip( "<qt>" + tr( "Choose a password for users to be able to read your PDF" ) + "</qt>" );
-	allowPrintingCheckBox->setToolTip( "<qt>" + tr( "Allow printing of the PDF. If unchecked, printing is prevented. " ) + "</qt>" );
+	allowPrintingCheckBox->setToolTip( "<qt>" + tr( "Allow printing of the PDF. If unchecked, printing is prevented." ) + "</qt>" );
 	allowChangingCheckBox->setToolTip( "<qt>" + tr( "Allow modifying of the PDF. If unchecked, modifying the PDF is prevented." ) + "</qt>" );
 	allowCopyingCheckBox->setToolTip( "<qt>" + tr( "Allow copying of text or graphics from the PDF. If unchecked, text and graphics cannot be copied." ) + "</qt>" );
 	allowAnnotatingCheckBox->setToolTip( "<qt>" + tr( "Allow adding annotations and fields to the PDF. If unchecked, editing annotations and fields is prevented." ) + "</qt>" );




More information about the scribus-commit mailing list