From 5fcce5694813f59f4c9508d396a6893d5d75809e Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 4 Feb 2021 11:19:12 +0100 Subject: capplet: i18n parameter_string argument of gtk_init_with_args --- capplet/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capplet/main.c b/capplet/main.c index 10f82e7..f23ad2d 100644 --- a/capplet/main.c +++ b/capplet/main.c @@ -76,7 +76,7 @@ int main(int argc, char* argv[]) error = NULL; - if (!gtk_init_with_args(&argc, &argv, " - MATE Session Properties", options, GETTEXT_PACKAGE, &error)) + if (!gtk_init_with_args(&argc, &argv, _("- MATE Session Properties"), options, GETTEXT_PACKAGE, &error)) { g_warning("Unable to start: %s", error->message); g_error_free(error); -- cgit v1.2.1