aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pies.c b/src/pies.c
index 9060579..112bfb6 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -2390,14 +2390,14 @@ main (int argc, char **argv)
}
create_pidfile (pidfile);
if (argv[0][0] != '/')
logmsg (LOG_NOTICE,
- N_("not started as an absolute pathname; "
- "SIGHUP will not work"));
+ _("not started as an absolute pathname; "
+ "SIGHUP will not work"));
signal_setup (sig_handler);
progman_create_sockets ();
progman_start ();

Return to:

Send suggestions and report system problems to the System administrator.