Fix #807527 (Space missing in string)

This commit is contained in:
Kovid Goyal 2011-07-08 09:55:07 -06:00
parent 991b28589f
commit 207f2df463

View File

@ -155,7 +155,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
return return
if self.argument_count.value() == 0: if self.argument_count.value() == 0:
box = warning_dialog(self.gui, _('Template functions'), box = warning_dialog(self.gui, _('Template functions'),
_('Argument count should be -1 or greater than zero.' _('Argument count should be -1 or greater than zero. '
'Setting it to zero means that this function cannot ' 'Setting it to zero means that this function cannot '
'be used in single function mode.'), det_msg = '', 'be used in single function mode.'), det_msg = '',
show=False) show=False)