HIG, I18N: Improve Budget menu entries and tooltips

This commit is contained in:
Frank H. Ellenberger 2020-05-10 03:41:05 +02:00
parent 58354c7854
commit 2522f08d0c

View File

@ -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)
},
{