app: add missing translation context to dashboard action tooltip

This commit is contained in:
Ell 2017-12-19 16:56:23 -05:00
parent 2315784110
commit 1f4b78bc68
1 changed files with 2 additions and 1 deletions

View File

@ -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 }