This commit is contained in:
Kovid Goyal 2016-06-12 22:33:01 +05:30
parent b0cf1e8c05
commit cc6101a62f

View File

@ -29,7 +29,7 @@ class SaveTemplate(QWidget, Ui_Form):
variables = sorted(FORMAT_ARG_DESCS.keys()) variables = sorted(FORMAT_ARG_DESCS.keys())
if name == 'send_to_device': if name == 'send_to_device':
self.help_label.setText(self.orig_help_text + _( self.help_label.setText(self.orig_help_text + _(
'. This setting can be overridden for <b>individual devices</b>,' ' This setting can be overridden for <b>individual devices</b>,'
' by clicking the device icon and choosing "Configure this device".')) ' by clicking the device icon and choosing "Configure this device".'))
rows = [] rows = []
for var in variables: for var in variables: