summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_config.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-04-10 23:39:40 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-04-10 23:39:40 +0000
commitabe307380dc6661d85d72335416392c11ee92d4c (patch)
treec9a7b03d60583bb54a6ab73a7df008ee7ec59d66 /mixlib/mix_config.c
parentf90723b977647e04629412a46bf41e98040eb235 (diff)
downloadmdk-abe307380dc6661d85d72335416392c11ee92d4c.tar.gz
mdk-abe307380dc6661d85d72335416392c11ee92d4c.tar.bz2
_() i18n macro added to all strings missing it
Diffstat (limited to 'mixlib/mix_config.c')
-rw-r--r--mixlib/mix_config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mixlib/mix_config.c b/mixlib/mix_config.c
index 74a669f..d13feab 100644
--- a/mixlib/mix_config.c
+++ b/mixlib/mix_config.c
@@ -1,9 +1,9 @@
/* -*-c-*- -------------- mix_config.c :
* Implementation of the functions declared in mix_config.h
* ------------------------------------------------------------------
- * $Id: mix_config.c,v 1.7 2001/09/18 22:49:56 jao Exp $
+ * $Id: mix_config.c,v 1.8 2002/04/10 23:39:40 jao Exp $
* ------------------------------------------------------------------
- * Copyright (C) 2001 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -215,7 +215,7 @@ mix_config_save (const mix_config_t *config)
f = fopen (config->filename, "w");
if (!f)
{
- g_warning ("Unable to open config file %s (%s)",
+ g_warning (_("Unable to open config file %s (%s)"),
config->filename, g_strerror (errno));
return;
}