From: Dana Jansens Date: Sun, 11 Aug 2013 21:18:54 +0000 (-0400) Subject: Make the ObConf Error dialog title be translatable X-Git-Tag: release-2.0.4~28 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a36f739f99d590b54f9e85ef6b275e27ed2355d2;p=dana%2Fobconf.git Make the ObConf Error dialog title be translatable --- diff --git a/src/main.c b/src/main.c index 7aeec27..7acc3ec 100644 --- a/src/main.c +++ b/src/main.c @@ -59,7 +59,7 @@ void obconf_error(gchar *msg, gboolean modal) GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", msg); - gtk_window_set_title(GTK_WINDOW(d), "ObConf Error"); + gtk_window_set_title(GTK_WINDOW(d), _("ObConf Error")); if (modal) gtk_dialog_run(GTK_DIALOG(d)); else {