diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-02-29 04:21:02 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-02-29 04:21:02 +0100 |
| commit | 173b9b764887929b7ff5d30b3e33f0602b0afda6 (patch) | |
| tree | 8681b38cf6e1e4ac7ca4c7d535042263064490d8 /openbox/openbox.c | |
| parent | 9d1bb266ee9e9be374944730f6e737f40393cd04 (diff) | |
| parent | 835b2de913cddcf545246d88a8a4e5d7d0028f8a (diff) | |
Merge branch 'backport' into work
Conflicts:
openbox/client.c
openbox/screen.c
Diffstat (limited to 'openbox/openbox.c')
| -rw-r--r-- | openbox/openbox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c index 291b694b..49587abc 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -490,6 +490,9 @@ static void print_help(void) g_print(_(" --help Display this help and exit\n")); g_print(_(" --version Display the version and exit\n")); g_print(_(" --replace Replace the currently running window manager\n")); + /* TRANSLATORS: if you translate "FILE" here, make sure to keep the "Specify..." + aligned still, if you have to, make a new line with \n and 22 spaces. It's + fine to leave it as FILE though. */ g_print(_(" --config-file FILE Specify the path to the config file to use\n")); g_print(_(" --sm-disable Disable connection to the session manager\n")); g_print(_("\nPassing messages to a running Openbox instance:\n")); |
