View Issue Details

IDProjectCategoryView StatusLast Update
0013307ScribusGeneralpublic2015-08-17 21:09
ReporterFirasH Assigned Tocbradney  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.5.1svn 
Target Version1.5.1Fixed in Version1.5.1svn 
Summary0013307: Part 5: fix inconsistent tooltips
DescriptionFound some inconsistent tooltips while updating Scribus translation.
Additional Information1.5.1.svn (20336)
TagsNo tags attached.
PatchYes

Activities

FirasH

2015-08-17 16:46

developer  

13307-Patch.diff (2,305 bytes)   

diff --git a/scribus/plugins/barcodegenerator/barcodegenerator.ui b/scribus/plugins/barcodegenerator/barcodegenerator.ui
--- a/scribus/plugins/barcodegenerator/barcodegenerator.ui
+++ b/scribus/plugins/barcodegenerator/barcodegenerator.ui
@@ -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>
diff --git a/scribus/ui/prefs_pdfexport.cpp b/scribus/ui/prefs_pdfexport.cpp
--- a/scribus/ui/prefs_pdfexport.cpp
+++ b/scribus/ui/prefs_pdfexport.cpp
@@ -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>" );
13307-Patch.diff (2,305 bytes)   

Issue History

Date Modified Username Field Change
2015-08-17 16:46 FirasH New Issue
2015-08-17 16:46 FirasH File Added: 13307-Patch.diff
2015-08-17 19:09 jghali Target Version 1.5.1svn => 1.5.1
2015-08-17 21:09 cbradney Status new => closed
2015-08-17 21:09 cbradney Assigned To => cbradney
2015-08-17 21:09 cbradney Resolution open => fixed
2015-08-17 21:09 cbradney Fixed in Version => 1.5.1svn