Skip to content

Commit

Permalink
browsetab: change go to begin/end button text so its more obvious beg…
Browse files Browse the repository at this point in the history
…in and end is meant
  • Loading branch information
rp- committed Dec 8, 2014
1 parent c868ff1 commit 46cfc99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Clicking this button navigates to the beginning in the table view above.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>&lt;&lt;</string>
<string>|&lt;</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -248,7 +248,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&amp;lt;html&amp;gt;&amp;lt;head/&amp;gt;&amp;lt;body&amp;gt;&amp;lt;p&amp;gt;Clicking this button navigates up to the end in the table view above.&amp;lt;/p&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>&gt;&gt;</string>
<string>&gt;|</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 46cfc99

Please sign in to comment.