From b9c5dfc0f77d0305b11de296cc0ca3eadce3f2bb Mon Sep 17 00:00:00 2001 From: Anarky Date: Sun, 31 Jan 2016 23:59:26 +0100 Subject: Update default night temperature in the man page --- redshift.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redshift.1 b/redshift.1 index 607152e..9064eea 100644 --- a/redshift.1 +++ b/redshift.1 @@ -17,7 +17,7 @@ twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt over a period of about an hour. At night the color temperature should be set to match the lamps in your room. This is typically a low -temperature at around 3000K\-4000K (default is 3700K). During the day, +temperature at around 3000K\-4000K (default is 3500K). During the day, the color temperature should match the light from outside, typically around 5500K\-6500K (default is 5500K). The light has a higher temperature on an overcast day. @@ -80,7 +80,7 @@ more red light. Default temperature values: .IP -Daytime: 5500K, night: 3700K +Daytime: 5500K, night: 3500K .SH CONFIGURATION FILE A configuration file with the name `redshift.conf' can optionally be placed in `~/.config/'. The file has standard INI format. General -- cgit v1.2.3-70-g09d2 From 189608fe85bb7fe6cd49f47e44287bbdeaabe2db Mon Sep 17 00:00:00 2001 From: Anarky Date: Mon, 1 Feb 2016 00:00:11 +0100 Subject: Fix a typo in the French translation --- po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/fr.po b/po/fr.po index 03fedb5..7471e3d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -190,7 +190,7 @@ msgstr "" " -p \t \t Mode d'impression (Impression des paramètres et fermeture)\n" " -x \t \t Mode de réinitialisation (Supprimer les réglages de l'écran)\n" " -r \t \t Désactiver les transitions de température\n" -" -t JOUR/NUIT \t Température des couleurs à appliquer le jour / la nuit\n" +" -t JOUR:NUIT \t Température des couleurs à appliquer le jour / la nuit\n" #. TRANSLATORS: help output 5 #: ../src/redshift.c:492 -- cgit v1.2.3-70-g09d2