diff options
author | rbuj <[email protected]> | 2021-02-04 11:19:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-24 18:45:39 +0100 |
commit | 5fcce5694813f59f4c9508d396a6893d5d75809e (patch) | |
tree | 21caf13b76bcc2fd7ac05759bbc340866a37b386 | |
parent | d105267f775b4371a670f016c9fbce7e81b2632a (diff) | |
download | mate-session-manager-5fcce5694813f59f4c9508d396a6893d5d75809e.tar.bz2 mate-session-manager-5fcce5694813f59f4c9508d396a6893d5d75809e.tar.xz |
capplet: i18n parameter_string argument of gtk_init_with_args
-rw-r--r-- | capplet/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |