From 96989ac7eea5edb188285ed55018a3c9051e831a Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 21 Nov 2005 14:13:55 +0000 Subject: [PATCH] fix wrong comment --- src/gajim-remote.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gajim-remote.py b/src/gajim-remote.py index 59258c3c4..5abb591cb 100755 --- a/src/gajim-remote.py +++ b/src/gajim-remote.py @@ -156,8 +156,7 @@ using this account'), False) [ ] ], 'prefs_put': [ - _('Set value of \'key\' to \'value\'. If there is no such key, \ -new item in the preferences is inserted.'), + _('Set value of \'key\' to \'value\'.'), [ (_('key=value'), _('\'key\' is the name of the preference, \ \'value\' is the value to set it to'), True)