View Issue Details

IDProjectCategoryView StatusLast Update
0012616ScribusUser Interfacepublic2014-08-31 18:16
ReporterFirasH Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.0svn 
Fixed in Version1.5.0svn 
Summary0012616: [PATCH] Fix some wrong tooltips in Preferences > External Tools
DescriptionFixed some wrong tooltips, diff attached.
This has been built and tested before uploading.

There are some minor changes to non-tooltips, but those were made by QtCreator (newer save format?) not by me.
TagsNo tags attached.
Patch

Relationships

related to 0012615 closedjghali [PATCH] Fix some untranslatable UI strings (3) 

Activities

FirasH

2014-08-17 22:29

reporter  

12616 (2,244 bytes)   
Index: scribus/ui/prefs_externaltoolsbase.ui
===================================================================
--- scribus/ui/prefs_externaltoolsbase.ui	(revisione 19430)
+++ scribus/ui/prefs_externaltoolsbase.ui	(copia locale)
@@ -44,9 +44,9 @@
	   <property name="geometry">
		<rect>
		 <x>0</x>
-        <y>-379</y>
-        <width>730</width>
-        <height>992</height>
+        <y>0</y>
+        <width>739</width>
+        <height>752</height>
		</rect>
	   </property>
	   <layout class="QVBoxLayout" name="verticalLayout_3">
@@ -330,7 +330,7 @@
		  <item>
		   <widget class="QLineEdit" name="webBrowserLineEdit">
			<property name="toolTip">
-            <string>&lt;qt&gt;File system location for graphics editor. If you use gimp and your distribution includes it, we recommend 'gimp-remote', as it allows you to edit the image in an already running instance of gimp.&lt;/qt&gt;</string>
+            <string>&lt;qt&gt;File system location for web browser.&lt;/qt&gt;</string>
			</property>
		   </widget>
		  </item>
@@ -395,7 +395,11 @@
		   </widget>
		  </item>
		  <item>
-          <widget class="QLineEdit" name="pdfViewerLineEdit"/>
+          <widget class="QLineEdit" name="pdfViewerLineEdit">
+           <property name="toolTip">
+            <string>&lt;qt&gt;File system location for PDF viewer.&lt;/qt&gt;</string>
+           </property>
+          </widget>
		  </item>
		  <item>
		   <widget class="QPushButton" name="pdfViewerChangeButton">
@@ -453,7 +457,7 @@
		  <item>
		   <widget class="QLineEdit" name="uniconvertorLineEdit">
			<property name="toolTip">
-            <string>&lt;qt&gt;File system location for graphics editor. If you use gimp and your distribution includes it, we recommend 'gimp-remote', as it allows you to edit the image in an already running instance of gimp.&lt;/qt&gt;</string>
+            <string>&lt;qt&gt;File system location for Uniconvertor.&lt;/qt&gt;</string>
			</property>
		   </widget>
		  </item>
@@ -520,7 +524,7 @@
		  <item>
		   <layout class="QVBoxLayout" name="verticalLayout_2">
			<property name="spacing">
-            <number>-1</number>
+            <number>6</number>
			</property>
			<item>
			 <widget class="QPushButton" name="latexConfigUpButton">
12616 (2,244 bytes)   

jghali

2014-08-18 21:51

administrator   ~0033275

Committed, thanks!

FirasH

2014-08-31 18:16

reporter   ~0033403

Thanks jghali!
Fixed in 1.5.0.svn (19468).

Issue History

Date Modified Username Field Change
2014-08-17 22:28 FirasH New Issue
2014-08-17 22:29 FirasH File Added: 12616
2014-08-17 22:36 FirasH Relationship added related to 0012615
2014-08-18 13:16 Kunda Status new => feedback
2014-08-18 21:51 jghali Note Added: 0033275
2014-08-18 21:51 jghali Status feedback => resolved
2014-08-18 21:51 jghali Fixed in Version => 1.5.0svn
2014-08-18 21:51 jghali Resolution open => fixed
2014-08-18 21:51 jghali Assigned To => jghali
2014-08-31 18:16 FirasH Note Added: 0033403
2014-08-31 18:16 FirasH Status resolved => closed