mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
HIG, I18N: Improve Budget menu entries and tooltips
This commit is contained in:
parent
58354c7854
commit
2522f08d0c
@ -144,8 +144,8 @@ static GtkActionEntry gnc_plugin_page_budget_actions [] =
|
||||
|
||||
/* Edit menu */
|
||||
{
|
||||
"DeleteBudgetAction", GNC_ICON_DELETE_BUDGET, N_("_Delete Budget"),
|
||||
NULL, N_("Delete this budget."),
|
||||
"DeleteBudgetAction", GNC_ICON_DELETE_BUDGET, N_("_Delete Budget..."),
|
||||
NULL, N_("Select this or another budget and delete it."),
|
||||
G_CALLBACK(gnc_plugin_page_budget_cmd_delete_budget)
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user