summaryrefslogtreecommitdiff
path: root/capplet/main.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-02-04 11:19:12 +0100
committerraveit65 <[email protected]>2021-02-24 18:45:39 +0100
commit5fcce5694813f59f4c9508d396a6893d5d75809e (patch)
tree21caf13b76bcc2fd7ac05759bbc340866a37b386 /capplet/main.c
parentd105267f775b4371a670f016c9fbce7e81b2632a (diff)
downloadmate-session-manager-5fcce5694813f59f4c9508d396a6893d5d75809e.tar.bz2
mate-session-manager-5fcce5694813f59f4c9508d396a6893d5d75809e.tar.xz
capplet: i18n parameter_string argument of gtk_init_with_args
Diffstat (limited to 'capplet/main.c')
-rw-r--r--capplet/main.c2
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);