From 87b48b059d72410eb960769a922108462308b1b9 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 10 Feb 2022 15:26:42 +0000 Subject: [PATCH] Adds Uppercase Tag #509 --- openlp/core/lib/formattingtags.py | 6 ++++++ 1 file changed, 6 insertions(+) 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': '',