From 8583f11f215b1c0baf0f9998257d153dcab68006 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 5 May 2010 22:37:41 +0200 Subject: Restructure help text and add comments for easier translation. --- src/redshift.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/redshift.c') diff --git a/src/redshift.c b/src/redshift.c index da1dafb..d84e473 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -219,22 +219,22 @@ print_help(const char *program_name) " (RANDR or VidMode)\n" " -o\t\tOne shot mode (do not continously adjust" " color temperature)\n" - " -r\t\tDisable initial temperature transition\n" + " -r\t\tDisable temperature transitions\n" " -s SCREEN\tX screen to apply adjustments to\n" " -c CRTC\tCRTC to apply adjustments to (RANDR only)\n" " -t DAY:NIGHT\tColor temperature to set at daytime/night\n"), stdout); fputs("\n", stdout); - /* TRANSLATORS: help output 5 - no-wrap */ - fputs(_("Default values:\n"), stdout); - fputs("\n", stdout); - printf(_(" Daytime temperature: %uK\n"), DEFAULT_DAY_TEMP); - printf(_(" Night temperature: %uK\n"), DEFAULT_NIGHT_TEMP); + /* TRANSLATORS: help output 5 */ + printf(_("Default values:\n\n" + " Daytime temperature: %uK\n" + " Night temperature: %uK\n"), + DEFAULT_DAY_TEMP, DEFAULT_NIGHT_TEMP); + fputs("\n", stdout); - /* TRANSLATORS: help output 5 */ + /* TRANSLATORS: help output 6 */ printf("Please report bugs to <%s>\n", PACKAGE_BUGREPORT); } -- cgit v1.2.3-70-g09d2