mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-11 08:07:25 +00:00
Mark PrintScreen as translatable
It's for example ImprÉcran on French keyboards. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> https://bugzilla.redhat.com/show_bug.cgi?id=1510411 Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
22589691d1
commit
da336ab4b3
@ -634,7 +634,7 @@ static const struct keyComboDef keyCombos[] = {
|
||||
{ { GDK_KEY_Control_L, GDK_KEY_Alt_L, GDK_KEY_F11, GDK_KEY_VoidSymbol }, N_("Ctrl+Alt+F11"), NULL},
|
||||
{ { GDK_KEY_Control_L, GDK_KEY_Alt_L, GDK_KEY_F12, GDK_KEY_VoidSymbol }, N_("Ctrl+Alt+F12"), NULL},
|
||||
{ { GDK_KEY_VoidSymbol }, "" , NULL},
|
||||
{ { GDK_KEY_Print, GDK_KEY_VoidSymbol }, "_PrintScreen", NULL},
|
||||
{ { GDK_KEY_Print, GDK_KEY_VoidSymbol }, N_("_PrintScreen"), NULL},
|
||||
};
|
||||
|
||||
static guint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user