mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-31 20:04:01 +00:00
Mark a menu string as translatable
This commit is contained in:
parent
02b326f80b
commit
9c15005026
@ -1634,7 +1634,7 @@ window_update_menu_displays_cb(gpointer key G_GNUC_UNUSED,
|
||||
gboolean visible;
|
||||
gchar *label;
|
||||
|
||||
label = g_strdup_printf("Display %d", *nth);
|
||||
label = g_strdup_printf(_("Display %d"), *nth);
|
||||
item = gtk_check_menu_item_new_with_label(label);
|
||||
g_free(label);
|
||||
visible = gtk_widget_get_visible(GTK_WIDGET(virt_viewer_window_get_window(vwin)));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user