diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-04-10 23:39:40 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-04-10 23:39:40 +0000 |
commit | 90cde3a89e4fdf31f78c8743c3bac5a98ef1070d (patch) | |
tree | bcaa14df457ee24d362fe3bcd08a44f8f69ef576 /mixutils | |
parent | c70e4a1e4f25793e9bd1f36bd9e7658e3dc3e862 (diff) | |
download | mdk-90cde3a89e4fdf31f78c8743c3bac5a98ef1070d.tar.gz mdk-90cde3a89e4fdf31f78c8743c3bac5a98ef1070d.tar.bz2 |
_() i18n macro added to all strings missing it
Diffstat (limited to 'mixutils')
-rw-r--r-- | mixutils/mixvm_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mixutils/mixvm_command.c b/mixutils/mixvm_command.c index f85550a..bbc1339 100644 --- a/mixutils/mixvm_command.c +++ b/mixutils/mixvm_command.c @@ -1,7 +1,7 @@ /* -*-c-*- -------------- mixvm_command.c : * Implementation of the functions declared in mixvm_command.h * ------------------------------------------------------------------ - * $Id: mixvm_command.c,v 1.8 2002/04/08 00:32:32 jao Exp $ + * $Id: mixvm_command.c,v 1.9 2002/04/10 23:39:40 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. * @@ -163,7 +163,7 @@ emacs_output_ (mix_vm_cmd_dispatcher_t *dis, const gchar *arg, gpointer data) static int cmd_quit_ (mix_vm_cmd_dispatcher_t *dis, const char *arg) { - puts ("Quitting ..."); + puts (_("Quitting ...")); if (dis_) mix_vm_cmd_dispatcher_delete (dis_); if (config_) mix_config_delete (config_); exit (0); |