]> err.no Git - util-linux/commitdiff
rtcwake: fix verbose message
authorKarel Zak <kzak@redhat.com>
Thu, 4 Oct 2007 12:14:58 +0000 (14:14 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 4 Oct 2007 12:14:58 +0000 (14:14 +0200)
Just make NLS transtalors more happy. (rh#292081)

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/rtcwake.c

index 4ba81e4c1b09345bf81c505a524e096a994b83e3..35fa6a5ee0d8b1d22a08553d3eb5a4e2240ce05e 100644 (file)
@@ -377,8 +377,8 @@ int main(int argc, char **argv)
                        clock_mode = CM_UTC;
                }
                if (verbose)
-                       printf(_("Using %s time\n"),
-                                       clock_mode == CM_UTC ? "UTC" : _("local"));
+                       pritf(lock_mode == CM_UTC ? _("Using UTC time.\n") :
+                                       _("Using local time.\n"));
        }
 
        if (!alarm && !seconds) {