diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-05 12:53:29 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-05 12:53:29 +0300 |
commit | 43100b4576ed44bc85497cb62d28d4f9efe8b666 (patch) | |
tree | ee30ee66b59ac2a8db09fe61338d451a99d5a119 | |
parent | 35afa350ff9c923fe60ae12dc630d7c062afde93 (diff) | |
download | Furtherance-43100b4576ed44bc85497cb62d28d4f9efe8b666.tar.zst |
Update menu wording
-rw-r--r-- | po/Furtherance.pot | 2 | ||||
-rwxr-xr-x | src/gtk/window.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/po/Furtherance.pot b/po/Furtherance.pot index 3289f61..154118e 100644 --- a/po/Furtherance.pot +++ b/po/Furtherance.pot @@ -339,7 +339,7 @@ msgid "_Preferences" msgstr "" #: src/gtk/window.ui:96 -msgid "_Time Report" +msgid "_Generate Report" msgstr "" #: src/gtk/window.ui:100 diff --git a/src/gtk/window.ui b/src/gtk/window.ui index c403358..174acc0 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -93,7 +93,7 @@ <attribute name="action">app.preferences</attribute> </item> <item> - <attribute name="label" translatable="yes">_Time Report</attribute> + <attribute name="label" translatable="yes">_Generate Report</attribute> <attribute name="action">app.report</attribute> </item> <item> |