Mark a menu string as translatable

This commit is contained in:
Marc-André Lureau 2012-07-03 23:49:06 +02:00
parent 02b326f80b
commit 9c15005026

View File

@ -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)));