diff options
-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> |