mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 04:04:07 -06:00
I18N: Improve button tooltips of budget
This commit is contained in:
parent
bda94d0451
commit
7f317a7fdf
@ -180,13 +180,13 @@ static GtkActionEntry gnc_plugin_page_budget_actions [] =
|
||||
{
|
||||
"BudgetNoteAction", "text-x-generic", N_("Edit Note"),
|
||||
NULL,
|
||||
N_("Edit note for the selected account and period"),
|
||||
N_("Edit note for the selected account and period."),
|
||||
G_CALLBACK (gnc_plugin_page_budget_cmd_budget_note)
|
||||
},
|
||||
{
|
||||
"BudgetReportAction", "system-run", N_("Budget Report"),
|
||||
NULL,
|
||||
N_("Run budget report"),
|
||||
N_("Run the budget report."),
|
||||
G_CALLBACK (gnc_plugin_page_budget_cmd_budget_report)
|
||||
},
|
||||
/* View menu */
|
||||
|
Loading…
Reference in New Issue
Block a user