diff options
Diffstat (limited to 'capplet')
-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); |