app: a colon was missing after "Debug Policy" in preferences

and it's "Debug policy" (capitalization).
This commit is contained in:
Michael Natterer 2018-04-01 13:58:42 +02:00
parent f586aac43a
commit 44ce8b4dd8
1 changed files with 1 additions and 1 deletions

View File

@ -1236,7 +1236,7 @@ prefs_dialog_new (Gimp *gimp,
table = prefs_table_new (1, GTK_CONTAINER (vbox2));
button = prefs_enum_combo_box_add (object, "debug-policy", 0, 0,
_("Debug Policy"),
_("Debug Policy:"),
GTK_TABLE (table), 0, size_group);
/* Check existence of gdb or lldb to activate the preference, as a