Skip to content

Commit

Permalink
Rename 'Open tab' to 'New tab' in the Execute SQL area
Browse files Browse the repository at this point in the history
  • Loading branch information
MKleusberg committed Jun 9, 2020
1 parent 23b1021 commit f559026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1467,10 +1467,10 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
<action name="actionSqlOpenTab">
<property name="icon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/open_tab</normaloff>:/icons/open_tab</iconset>
<normaloff>:/icons/new_tab</normaloff>:/icons/new_tab</iconset>
</property>
<property name="text">
<string>Open &amp;tab</string>
<string>New &amp;tab</string>
</property>
<property name="whatsThis">
<string>This button opens a new tab for the SQL editor</string>
Expand Down
2 changes: 1 addition & 1 deletion src/icons/icons.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<file alias="trigger_delete">script_delete.png</file>
<file alias="settings">wrench.png</file>
<file alias="whatis">help.png</file>
<file alias="open_tab">tab_add.png</file>
<file alias="new_tab">tab_add.png</file>
<file alias="run">resultset_next.png</file>
<file alias="save_sql">page_save.png</file>
<file alias="open_sql">page_white_database.png</file>
Expand Down

0 comments on commit f559026

Please sign in to comment.