mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-25 06:58:23 -05:00
Rename 'Open tab' to 'New tab' in the Execute SQL area
See issue #2276.
This commit is contained in:
+2
-2
@@ -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 &tab</string>
|
||||
<string>New &tab</string>
|
||||
</property>
|
||||
<property name="whatsThis">
|
||||
<string>This button opens a new tab for the SQL editor</string>
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user