diff --git a/misc/mc.ext.in b/misc/mc.ext.in index bc174a4da..c3a525ad9 100644 --- a/misc/mc.ext.in +++ b/misc/mc.ext.in @@ -81,8 +81,8 @@ # the second entry will be used. default should catch all the actions. # # Any new entries you develop for you are always welcome if they are -# useful on more than one system. You can send your modifications -# by e-mail to mc-devel@gnome.org +# useful on more than one system. You can post your modifications +# as tickets at www.midnight-commander.org ### Changes ### diff --git a/po/Makevars b/po/Makevars index 4f303e0cc..75e8ee492 100644 --- a/po/Makevars +++ b/po/Makevars @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = mc-devel@gnome.org +MSGID_BUGS_ADDRESS = http://www.midnight-commander.org/ # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. diff --git a/src/args.c b/src/args.c index b9b481e1c..ea7a960bd 100644 --- a/src/args.c +++ b/src/args.c @@ -358,14 +358,13 @@ mc_args_add_extended_info_to_help (void) _ ("\n" "Please send any bug reports (including the output of `mc -V')\n" - "to mc-devel@gnome.org\n")); + "as tickets at www.midnight-commander.org\n")); mc_args__loc__header_string = g_strdup_printf (_("GNU Midnight Commander %s\n"), VERSION); #if GLIB_CHECK_VERSION(2,12,0) g_option_context_set_description (context, mc_args__loc__footer_string); g_option_context_set_summary (context, mc_args__loc__header_string); #endif - } /* --------------------------------------------------------------------------------------------- */