summaryrefslogtreecommitdiffstats
path: root/date.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-01 09:27:57 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-01 09:27:57 +0000
commit691bd529e512097f427d230c947ff4cf0adb8a38 (patch)
tree3bdaff6c2d27ecf7d4f1ddc78d1eef87089d33ed /date.c
parentdea307bbc2b8cf7639af5a148c6146e21644e6e4 (diff)
Adding gettext support, based on the patch by Marco d'Itri.
Diffstat (limited to 'date.c')
-rw-r--r--date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/date.c b/date.c
index 35f4ebfd..678a5b0d 100644
--- a/date.c
+++ b/date.c
@@ -45,7 +45,7 @@ static time_t mutt_compute_tz (time_t g, struct tm *utc)
break;
default:
- mutt_error ("Please report this program error in the function mutt_mktime.");
+ mutt_error _("Please report this program error in the function mutt_mktime.");
}
return t;