mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Standard use of title case and ellipsis in menu actions
Menu actions that take the user to a dialog, where the action is completed with some interaction and that could be cancelled, now have ellipsis. Actions that only open an informative window do no longer have ellipsis. Title case used in all menu entries. See issue #1434
This commit is contained in:
@@ -1353,7 +1353,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Compact &Database</string>
|
||||
<string>Compact &Database...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Compact the database file, removing space wasted by deleted records</string>
|
||||
@@ -1566,7 +1566,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
</action>
|
||||
<action name="helpAboutAction">
|
||||
<property name="text">
|
||||
<string>&About...</string>
|
||||
<string>&About</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::AboutRole</enum>
|
||||
@@ -1637,7 +1637,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/load_extension</normaloff>:/icons/load_extension</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Load extension</string>
|
||||
<string>&Load Extension...</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::NoRole</enum>
|
||||
@@ -1678,7 +1678,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/browser_open</normaloff>:/icons/browser_open</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Wiki...</string>
|
||||
<string>&Wiki</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::NoRole</enum>
|
||||
@@ -1690,7 +1690,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/browser_open</normaloff>:/icons/browser_open</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Bug &report...</string>
|
||||
<string>Bug &Report...</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::NoRole</enum>
|
||||
@@ -1702,7 +1702,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/browser_open</normaloff>:/icons/browser_open</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Web&site...</string>
|
||||
<string>Web&site</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::NoRole</enum>
|
||||
@@ -1714,7 +1714,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/project_save</normaloff>:/icons/project_save</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Sa&ve Project</string>
|
||||
<string>Sa&ve Project...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Save the current session to a file</string>
|
||||
@@ -1735,7 +1735,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/project_open</normaloff>:/icons/project_open</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Open &Project</string>
|
||||
<string>Open &Project...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Load a working session from a file</string>
|
||||
@@ -1759,7 +1759,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/db_attach</normaloff>:/icons/db_attach</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Attach Database</string>
|
||||
<string>&Attach Database...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add another database file to the current database connection</string>
|
||||
@@ -1780,7 +1780,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/encryption</normaloff>:/icons/encryption</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Set Encryption</string>
|
||||
<string>&Set Encryption...</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::NoRole</enum>
|
||||
@@ -1875,7 +1875,7 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<normaloff>:/icons/browser_open</normaloff>:/icons/browser_open</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>SQLCipher &FAQ...</string>
|
||||
<string>SQLCipher &FAQ</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Opens the SQLCipher FAQ in a browser window</string>
|
||||
|
||||
Reference in New Issue
Block a user