From 8142484a0a208e061bb056bf7bb5990a823f4bfd Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Wed, 9 Aug 2017 02:06:27 -0700 Subject: Add translator credits to the about dialog Just translate the msgid "translator-credits". If left untranslated, the about dialog will hide the tab. --- shell/callbacks.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/callbacks.c') diff --git a/shell/callbacks.c b/shell/callbacks.c index 1b47b1dc..95a7bd61 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -216,6 +216,8 @@ void cb_about() gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(about), authors); gtk_about_dialog_set_artists(GTK_ABOUT_DIALOG(about), artists); + gtk_about_dialog_set_translator_credits(GTK_ABOUT_DIALOG(about), + _("translator-credits")); gtk_dialog_run(GTK_DIALOG(about)); gtk_widget_destroy(about); -- cgit v1.2.3