From 9f2f16a96bbbffaaab002610db8a9416243702de Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 18 Jan 1999 17:53:04 +0000 Subject: [PATCH] 1999-01-18 Arturo Espinosa * file.c: Use N_ instead of _ for some of miguel's last tags. --- src/ChangeLog | 4 ++++ src/file.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 428889ada..1ff8af856 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +1999-01-18 Arturo Espinosa + + * file.c: Use N_ instead of _ for some of miguel's last tags. + 1999-01-18 Miguel de Icaza * file.c: Tag some more strings for localization. diff --git a/src/file.c b/src/file.c index 7498b5d62..6cf370954 100644 --- a/src/file.c +++ b/src/file.c @@ -126,7 +126,7 @@ int file_op_compute_totals = 1; int know_not_what_am_i_doing = 0; /* mapping operations into names */ -char *operation_names [] = { _("Copy"), _("Move"), _("Delete") }; +char *operation_names [] = { N_("Copy"), N_("Move"), N_("Delete") }; /* This is a hard link cache */ struct link {