diff --git a/src/common/config.py b/src/common/config.py index 2f8e80617..ec59d84f0 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -1,19 +1,11 @@ ## common/config.py ## -## Contributors for this file: -## - Yann Le Boulanger -## - Nikos Kouremenos -## - Dimitur Kirov -## - Travis Shirk -## -## Copyright (C) 2003-2004 Yann Le Boulanger -## Vincent Hanquez -## Copyright (C) 2005 Yann Le Boulanger -## Vincent Hanquez -## Nikos Kouremenos -## Dimitur Kirov -## Travis Shirk -## Norman Rasmussen +## Copyright (C) 2003-2006 Yann Le Boulanger +## Copyright (C) 2003-2006 Nikos Kouremenos +## Copyright (C) 2004-2005 Vincent Hanquez +## Copyright (C) 2005 Dimitur Kirov +## Copyright (C) 2005 Travis Shirk +## Copyright (C) 2005 Norman Rasmussen ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published @@ -145,7 +137,7 @@ class Config: 'autodetect_browser_mailer': [opt_bool, False], 'print_ichat_every_foo_minutes': [opt_int, 5], 'confirm_close_muc': [opt_bool, True, _('Ask before closing a group chat tab/window.')], - 'noconfirm_close_muc_rooms': [opt_str, '', _('A list of rooms that do not require confirmation before closing')], + 'noconfirm_close_muc_rooms': [opt_str, '', _('A space seperated list of rooms that do not require confirmation before closing.')], 'notify_on_file_complete': [opt_bool, True], # notif. on file complete 'file_transfers_port': [opt_int, 28011], # port, used for file transfers 'ft_override_host_to_send': [opt_str, '', _('Overrides the host we send for File Transfer in case of address translation/port forwarding.')],