From 1f4b78bc68606b330724809c1161856ec575dae9 Mon Sep 17 00:00:00 2001 From: Ell Date: Tue, 19 Dec 2017 16:56:23 -0500 Subject: [PATCH] app: add missing translation context to dashboard action tooltip --- app/actions/dashboard-actions.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/actions/dashboard-actions.c b/app/actions/dashboard-actions.c index 73449e537a..6acf18c035 100644 --- a/app/actions/dashboard-actions.c +++ b/app/actions/dashboard-actions.c @@ -50,7 +50,8 @@ static const GimpToggleActionEntry dashboard_toggle_actions[] = { { "dashboard-low-swap-space-warning", NULL, NC_("dashboard-action", "Low Swap Space Warning"), NULL, - N_("Raise the dashboard when the swap size approaches its limit"), + NC_("dashboard-action", "Raise the dashboard when " + "the swap size approaches its limit"), G_CALLBACK (dashboard_low_swap_space_warning_cmd_callback), FALSE, GIMP_HELP_DASHBOARD_LOW_SWAP_SPACE_WARNING }