diff --git a/openlp/core/lib/formattingtags.py b/openlp/core/lib/formattingtags.py index 67a228a69..f62a9ab5d 100644 --- a/openlp/core/lib/formattingtags.py +++ b/openlp/core/lib/formattingtags.py @@ -143,6 +143,12 @@ class FormattingTags(object): 'start html': '', 'end tag': '{/u}', 'end html': '', 'protected': True, 'temporary': False + }, { + 'desc': translate('OpenLP.FormattingTags', 'UpperCase'), + 'start tag': '{uc}', + 'start html': '', + 'end tag': '{/uc}', 'end html': '', 'protected': True, + 'temporary': False }, { 'desc': translate('OpenLP.FormattingTags', 'Break'), 'start tag': '{br}', 'start html': '
', 'end tag': '',