app: a colon was missing after "Debug Policy" in preferences
and it's "Debug policy" (capitalization).
This commit is contained in:
@ -1236,7 +1236,7 @@ prefs_dialog_new (Gimp *gimp,
|
|||||||
table = prefs_table_new (1, GTK_CONTAINER (vbox2));
|
table = prefs_table_new (1, GTK_CONTAINER (vbox2));
|
||||||
|
|
||||||
button = prefs_enum_combo_box_add (object, "debug-policy", 0, 0,
|
button = prefs_enum_combo_box_add (object, "debug-policy", 0, 0,
|
||||||
_("Debug Policy"),
|
_("Debug Policy:"),
|
||||||
GTK_TABLE (table), 0, size_group);
|
GTK_TABLE (table), 0, size_group);
|
||||||
|
|
||||||
/* Check existence of gdb or lldb to activate the preference, as a
|
/* Check existence of gdb or lldb to activate the preference, as a
|
||||||
|
Reference in New Issue
Block a user