forked from openlp/openlp
Adds Uppercase Tag #509
This commit is contained in:
parent
d9eec25960
commit
87b48b059d
@ -143,6 +143,12 @@ class FormattingTags(object):
|
||||
'start html': '<span style="text-decoration: underline;">',
|
||||
'end tag': '{/u}', 'end html': '</span>', 'protected': True,
|
||||
'temporary': False
|
||||
}, {
|
||||
'desc': translate('OpenLP.FormattingTags', 'UpperCase'),
|
||||
'start tag': '{uc}',
|
||||
'start html': '<span style="text-transform: uppercase;">',
|
||||
'end tag': '{/uc}', 'end html': '</span>', 'protected': True,
|
||||
'temporary': False
|
||||
}, {
|
||||
'desc': translate('OpenLP.FormattingTags', 'Break'),
|
||||
'start tag': '{br}', 'start html': '<br>', 'end tag': '',
|
||||
|
Loading…
Reference in New Issue
Block a user