diff options
author | monsta <[email protected]> | 2016-11-11 14:03:28 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-11 14:03:28 +0300 |
commit | efea66045a2fb69741a9da2852ee59b5fe86e08d (patch) | |
tree | f79621fbd539238d34a920a92740ceee4adccf1a | |
parent | a5d2bd2c5e86ea58fed2419face5a9efb0994b17 (diff) | |
download | caja-efea66045a2fb69741a9da2852ee59b5fe86e08d.tar.bz2 caja-efea66045a2fb69741a9da2852ee59b5fe86e08d.tar.xz |
application: correct description of --force-desktop option
-rw-r--r-- | src/caja-application.c | 2 |
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, |