mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix some strings in the MainWindow form file
Change the tool tips and help texts for the navigation buttons in the Browse Data tab. They were still referring to the old concept of pages of 1000 records.
This commit is contained in:
@@ -184,10 +184,10 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Go to previous record set page</string>
|
||||
<string>Scroll 100 records upwards</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>This button is used to navigate to the previous set of 1000 records in the database view</string>
|
||||
<string><html><head/><body><p>Clicking this button navigates 100 records upwards in the table view above.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string><</string>
|
||||
@@ -207,10 +207,10 @@
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Go to next record set page</string>
|
||||
<string><html><head/><body><p>Scroll 100 records downwards</p></body></html></string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>This button is used to navigate to the next 1000 records set in the database view</string>
|
||||
<string><html><head/><body><p>Clicking this button navigates 100 records downwards in the table view above.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>></string>
|
||||
@@ -233,10 +233,10 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonGoto">
|
||||
<property name="toolTip">
|
||||
<string>Click here to browse the specified record</string>
|
||||
<string><html><head/><body><p>Click here to jump to the specified record</p></body></html></string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>This button is used to navigate to the record number specified in the Go to: area.</string>
|
||||
<string><html><head/><body><p>This button is used to navigate to the record number specified in the Go to area.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Go to:</string>
|
||||
@@ -1005,16 +1005,7 @@
|
||||
<item>
|
||||
<widget class="QWidget" name="widget" native="true">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<property name="margin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
|
||||
Reference in New Issue
Block a user