mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 05:00:09 +00:00
accelgroup: Expand translator comment
Add details about the use of KP.
This commit is contained in:
parent
bd3f4599ed
commit
5f9bcd0409
@ -933,7 +933,10 @@ gtk_accelerator_print_label (GString *gstring,
|
|||||||
if (accelerator_key >= GDK_KEY_KP_Space &&
|
if (accelerator_key >= GDK_KEY_KP_Space &&
|
||||||
accelerator_key <= GDK_KEY_KP_Equal)
|
accelerator_key <= GDK_KEY_KP_Equal)
|
||||||
{
|
{
|
||||||
/* Translators: "KP" means "numeric key pad" */
|
/* Translators: "KP" means "numeric key pad". This string will
|
||||||
|
* be used in accelerators such as "Ctrl+Shift+KP 1" in menus,
|
||||||
|
* and therefore the translation needs to be very short.
|
||||||
|
*/
|
||||||
g_string_append (gstring, C_("keyboard label", "KP"));
|
g_string_append (gstring, C_("keyboard label", "KP"));
|
||||||
g_string_append (gstring, " ");
|
g_string_append (gstring, " ");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user