From 6636435cafbbe4275646a87689ccfc5eed71b3d1 Mon Sep 17 00:00:00 2001 From: Burt P Date: Wed, 16 Aug 2017 09:09:56 -0500 Subject: Use translations for about module dialog The about modules strings were marked for translation and translated, but the about dialog wasn't using the translation. Signed-off-by: Burt P --- shell/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/callbacks.c b/shell/callbacks.c index 95a7bd61..55533f3f 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -132,7 +132,7 @@ void cb_about_module(GtkAction * action) if (ma->description) gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(about), - ma->description); + _(ma->description)); gtk_about_dialog_set_logo(GTK_ABOUT_DIALOG(about), sm->icon); gtk_dialog_run(GTK_DIALOG(about)); -- cgit v1.2.3