fix wrong comment
This commit is contained in:
parent
64f6f1dfd1
commit
96989ac7ee
|
@ -156,8 +156,7 @@ using this account'), False)
|
||||||
[ ]
|
[ ]
|
||||||
],
|
],
|
||||||
'prefs_put': [
|
'prefs_put': [
|
||||||
_('Set value of \'key\' to \'value\'. If there is no such key, \
|
_('Set value of \'key\' to \'value\'.'),
|
||||||
new item in the preferences is inserted.'),
|
|
||||||
[
|
[
|
||||||
(_('key=value'), _('\'key\' is the name of the preference, \
|
(_('key=value'), _('\'key\' is the name of the preference, \
|
||||||
\'value\' is the value to set it to'), True)
|
\'value\' is the value to set it to'), True)
|
||||||
|
|
Loading…
Reference in New Issue