r20284 by craig - #13257: More tooltips fixes

scribus-commit scribus-commit at lists.scribus.net
Mon Jul 27 20:39:18 UTC 2015


Author: craig
Date: Mon Jul 27 20:39:18 2015
New Revision: 20284

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=20284
Log:
#13257: More tooltips fixes

Modified:
    trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui
    trunk/Scribus/scribus/plugins/tools/pathfinder/pathfinderbase.ui
    trunk/Scribus/scribus/ui/printdialogbase.ui
    trunk/Scribus/scribus/ui/propertiespalette_group.cpp
    trunk/Scribus/scribus/ui/propertywidget_textcolor.cpp
    trunk/Scribus/scribus/ui/stylemanager.ui

Modified: trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20284&path=/trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui
==============================================================================
--- trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui (original)
+++ trunk/Scribus/scribus/plugins/barcodegenerator/barcodegenerator.ui Mon Jul 27 20:39:18 2015
@@ -105,7 +105,7 @@
       <item row="1" column="1">
        <widget class="QLineEdit" name="codeEdit">
         <property name="toolTip">
-         <string>The numeric representation of the code itself. See the help message below</string>
+         <string>The numeric representation of the code itself. See the help message below.</string>
         </property>
        </widget>
       </item>

Modified: trunk/Scribus/scribus/plugins/tools/pathfinder/pathfinderbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20284&path=/trunk/Scribus/scribus/plugins/tools/pathfinder/pathfinderbase.ui
==============================================================================
--- trunk/Scribus/scribus/plugins/tools/pathfinder/pathfinderbase.ui (original)
+++ trunk/Scribus/scribus/plugins/tools/pathfinder/pathfinderbase.ui Mon Jul 27 20:39:18 2015
@@ -39,7 +39,7 @@
           </size>
          </property>
          <property name="toolTip">
-          <string>First source shape.</string>
+          <string>First source shape</string>
          </property>
          <property name="autoFillBackground">
           <bool>true</bool>
@@ -150,7 +150,7 @@
           </size>
          </property>
          <property name="toolTip">
-          <string>Second source shape.</string>
+          <string>Second source shape</string>
          </property>
          <property name="autoFillBackground">
           <bool>true</bool>
@@ -258,7 +258,7 @@
           </size>
          </property>
          <property name="toolTip">
-          <string>The resulting shape.</string>
+          <string>The resulting shape</string>
          </property>
          <property name="autoFillBackground">
           <bool>true</bool>

Modified: trunk/Scribus/scribus/ui/printdialogbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20284&path=/trunk/Scribus/scribus/ui/printdialogbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/printdialogbase.ui (original)
+++ trunk/Scribus/scribus/ui/printdialogbase.ui Mon Jul 27 20:39:18 2015
@@ -333,7 +333,7 @@
        <item row="1" column="1">
         <widget class="QComboBox" name="printEngines">
          <property name="toolTip">
-          <string>Sets the PostScript Level. Setting to Level 1 or 2 can create huge files</string>
+          <string>Sets the PostScript Level. Setting to Level 1 or 2 can create huge files.</string>
          </property>
         </widget>
        </item>

Modified: trunk/Scribus/scribus/ui/propertiespalette_group.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20284&path=/trunk/Scribus/scribus/ui/propertiespalette_group.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/propertiespalette_group.cpp (original)
+++ trunk/Scribus/scribus/ui/propertiespalette_group.cpp Mon Jul 27 20:39:18 2015
@@ -643,8 +643,8 @@
 	textFlowUsesContourLine->setToolTip(  "<qt>" + tr("When chosen, the contour line can be edited with the Edit Shape Tool on the palette further above. When edited via the shape palette, this becomes a second separate line originally based on the frame's shape for text flow of text frames below the object.") + "</qt>" );
 	textFlowUsesImageClipping->setToolTip(  "<qt>" + tr("Use the clipping path of the image") + "</qt>" );
 
-	evenOdd->setToolTip( "<qt>" + tr("Any path self-intersections or subpaths create holes in the fill.")  + "</qt>");
-	nonZero->setToolTip( "<qt>" + tr("Fill is solid unless a subpath is counterdirectional.")  + "</qt>");
+	evenOdd->setToolTip( "<qt>" + tr("Any path self-intersections or subpaths create holes in the fill")  + "</qt>");
+	nonZero->setToolTip( "<qt>" + tr("Fill is solid unless a subpath is counterdirectional")  + "</qt>");
 }
 
 void PropertiesPalette_Group::unitChange()

Modified: trunk/Scribus/scribus/ui/propertywidget_textcolor.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20284&path=/trunk/Scribus/scribus/ui/propertywidget_textcolor.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_textcolor.cpp (original)
+++ trunk/Scribus/scribus/ui/propertywidget_textcolor.cpp Mon Jul 27 20:39:18 2015
@@ -497,7 +497,7 @@
 	textEffects->languageChange();
 
 	fillColor->setToolTip( "<qt>" + tr("Color of selected text. If Outline text decoration is enabled, this color will be the fill color. If Drop Shadow Text is enabled, then this will be the top most color.") + "</qt>" );
-	strokeColor->setToolTip( "<qt>" + tr("Color of text stroke and/or drop shadow, depending which is chosen.If both are chosen, then they share the same color.") + "</qt>" );
+	strokeColor->setToolTip( "<qt>" + tr("Color of text stroke and/or drop shadow, depending which is chosen. If both are chosen, then they share the same color.") + "</qt>" );
 	fillShade->setToolTip( tr("Saturation of color of text fill"));
 	strokeShade->setToolTip( tr("Saturation of color of text stroke"));
 

Modified: trunk/Scribus/scribus/ui/stylemanager.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=20284&path=/trunk/Scribus/scribus/ui/stylemanager.ui
==============================================================================
--- trunk/Scribus/scribus/ui/stylemanager.ui (original)
+++ trunk/Scribus/scribus/ui/stylemanager.ui Mon Jul 27 20:39:18 2015
@@ -135,7 +135,7 @@
              </size>
             </property>
             <property name="toolTip">
-             <string>Clone copies the style to make similar styles easily.</string>
+             <string>Clone copies the style to make similar styles easily</string>
             </property>
             <property name="text">
              <string>&Clone</string>




More information about the scribus-commit mailing list