Rename 'Open tab' to 'New tab' in the Execute SQL area

See issue #2276.
This commit is contained in:
Martin Kleusberg
2020-06-09 20:38:24 +02:00
parent 23b1021d34
commit f559026537
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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>
+1 -1
View File
@@ -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>