X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fopenbox.c;h=49587abcc45d00eed11a29935c6e678e0039075f;hp=291b694b90328b574e4a6f5cd7cdfa7ac37482ae;hb=173b9b764887929b7ff5d30b3e33f0602b0afda6;hpb=9d1bb266ee9e9be374944730f6e737f40393cd04 diff --git a/openbox/openbox.c b/openbox/openbox.c index 291b694..49587ab 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"));