summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/caja-application.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-application.c b/src/caja-application.c
index b0ef0e42..83702a9f 100644
--- a/src/caja-application.c
+++ b/src/caja-application.c
@@ -2746,7 +2746,7 @@ caja_application_local_command_line (GApplication *application,
{ "no-desktop", '\0', 0, G_OPTION_ARG_NONE, &self->priv->no_desktop,
N_("Do not manage the desktop (ignore the preference set in the preferences dialog)."), NULL },
{ "force-desktop", '\0', 0, G_OPTION_ARG_NONE, &self->priv->force_desktop,
- N_("manage the desktop regardless of set preferences or environment(on new startup only)"), NULL },
+ N_("Manage the desktop regardless of set preferences or environment (on new startup only)"), NULL },
{ "browser", '\0', 0, G_OPTION_ARG_NONE, &browser_window,
N_("Open a browser window."), NULL },
{ "quit", 'q', 0, G_OPTION_ARG_NONE, &kill_shell,