Add a comment for translators

"KP" refers to the numeric keypad, in this context.

Fixes: #2783
This commit is contained in:
Emmanuele Bassi 2020-05-24 15:20:13 +01:00
parent d68e312c2b
commit 7de9eb005e

View File

@ -939,6 +939,7 @@ gtk_accelerator_print_label (GString *gstring,
if (accelerator_key >= GDK_KEY_KP_Space &&
accelerator_key <= GDK_KEY_KP_Equal)
{
/* Translators: "KP" means "numeric key pad" */
g_string_append (gstring, C_("keyboard label", "KP"));
g_string_append (gstring, "");
}