X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fopenbox.c;h=fb1e75d0161a117d6426851b4fb3cfba1b6f5763;hb=b8960827b76ad499170e8b5b9ae8bf202188f0b0;hp=6233ec98b5862394cb624b10312dae2a554f4f31;hpb=2cb31da22c0a357a2251aabc660e0cc14b215d97;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index 6233ec98..fb1e75d0 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -511,6 +511,9 @@ static void print_help() 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"));