aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-corelocation.m
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-28 14:42:08 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2014-12-28 14:42:08 -0500
commit956dbdfe7e66b8c566309189fcfc71b134df0d27 (patch)
treee409181093b8d4b47cfb6c6454245a33a646099f /src/location-corelocation.m
parentcorelocation: Fix missing space character in string (diff)
parentUpdate po files (diff)
downloadredshift-ng-956dbdfe7e66b8c566309189fcfc71b134df0d27.tar.gz
redshift-ng-956dbdfe7e66b8c566309189fcfc71b134df0d27.tar.bz2
redshift-ng-956dbdfe7e66b8c566309189fcfc71b134df0d27.tar.xz
Merge branch 'translation-updates'
Diffstat (limited to '')
-rw-r--r--src/location-corelocation.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location-corelocation.m b/src/location-corelocation.m
index cc873bb..edf3e45 100644
--- a/src/location-corelocation.m
+++ b/src/location-corelocation.m
@@ -127,9 +127,9 @@ location_corelocation_print_help(FILE *f)
fputs(_("Use the location as discovered by the Corelocation provider.\n"), f);
fputs("\n", f);
- fputs(_("NOTE: currently redshift doesn't recheck CoreLocation once started,\n"
- "which means it has to be restarted to take notice after travel.\n"),
- f);
+ fprintf(f, _("NOTE: currently Redshift doesn't recheck %s once started,\n"
+ "which means it has to be restarted to take notice after travel.\n"),
+ "CoreLocation");
fputs("\n", f);
}