forked from openlp/openlp
Merge branch 'Caps_#509' into 'master'
Adds Uppercase Tag #509 See merge request openlp/openlp!417
This commit is contained in:
commit
0d738e5233
@ -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