aboutsummaryrefslogtreecommitdiff
path: root/src/pr_clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pr_clock.c')
-rw-r--r--src/pr_clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pr_clock.c b/src/pr_clock.c
index f9fcbe4..8085c89 100644
--- a/src/pr_clock.c
+++ b/src/pr_clock.c
@@ -282,7 +282,7 @@ static void set_sig(GtkEditable *w, struct pr_clock *n)
t = gtk_entry_get_text(GTK_ENTRY(n->entry));
n->time_allowed = 60.0 * strtod(t, &check);
if ( check == t ) {
- fprintf(stderr, _("Invalid time '%s'\n"), t);
+ fprintf(stderr, "Invalid time '%s'\n", t);
n->time_allowed = 0.0;
}