Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-12-20 01:07:05 +0300
committerNikos Kouremenos <kourem@gmail.com>2005-12-20 01:07:05 +0300
commitdc5a17385f562abeb106e526507fc14f4cad1e46 (patch)
tree17cbd6843080cf3eaeba9c24f42a25c6e0decf35
parent88f97211695f8cfd67bab3bde0aa8954edda384c (diff)
add some fixmes for bad strings
-rw-r--r--src/common/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.py b/src/common/config.py
index a119d84ad..75ad2a736 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -165,6 +165,7 @@ class Config:
'show_status_msgs_in_roster': [opt_bool, True, _('If True, Gajim will display the status message, if not empty, for every contact under the contact name in roster window')],
'show_avatars_in_roster': [opt_bool, True],
'ask_avatars_on_startup': [opt_bool, True, _('If True, Gajim will ask for avatar each contact that did not have an avatar last time or has one cached that is too old.')],
+ #FIXME: remvoe you and make it Gajim will not; and/or his or *her* status messages
'print_status_in_chats': [opt_bool, True, _('If False, you will no longer see status line in chats when a contact changes his or her status and/or his status message.')],
'log_contact_status_changes': [opt_bool, False],
'restored_messages_color': [opt_str, 'grey'],