diff options
Diffstat (limited to 'src/gtk/window.ui')
-rwxr-xr-x | src/gtk/window.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui index f11d3ef..b268ff7 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -93,10 +93,6 @@ <attribute name="label" translatable="yes">_Generate Report</attribute> <attribute name="action">app.report</attribute> </item> - <item> - <attribute name="label" translatable="yes">_Delete history</attribute> - <attribute name="action">app.delete-history</attribute> - </item> </section> <section> <item> @@ -111,6 +107,10 @@ <attribute name="label" translatable="yes">Import</attribute> <attribute name="action">app.import-database</attribute> </item> + <item> + <attribute name="label" translatable="yes">_Delete history</attribute> + <attribute name="action">app.delete-history</attribute> + </item> </section> <section> <item> |