diff --git a/openlp/core/lib/__init__.py b/openlp/core/lib/__init__.py index 84cde2006..de9e72863 100644 --- a/openlp/core/lib/__init__.py +++ b/openlp/core/lib/__init__.py @@ -382,11 +382,11 @@ def expand_and_align_chords_in_line(match): if '_' in whitespaces: ws_length = len(whitespaces) if ws_length == 1: - whitespaces = '-' + whitespaces = '–' else: wsl_mod = ws_length // 2 ws_right = ws_left = ' ' * wsl_mod - whitespaces = ws_left + '-' + ws_right + whitespaces = ws_left + '–' + ws_right whitespaces = '' + whitespaces + '' return '' + chord + '' + tail + whitespaces + remainder diff --git a/openlp/plugins/remotes/html/chords.html b/openlp/plugins/remotes/html/chords.html index 520354861..4abafbca3 100644 --- a/openlp/plugins/remotes/html/chords.html +++ b/openlp/plugins/remotes/html/chords.html @@ -4,7 +4,7 @@ ############################################################################### # OpenLP - Open Source Lyrics Projection # # --------------------------------------------------------------------------- # -# Copyright (c) 2008-2016 OpenLP Developers # +# Copyright (c) 2008-2017 OpenLP Developers # # --------------------------------------------------------------------------- # # This program is free software; you can redistribute it and/or modify it # # under the terms of the GNU General Public License as published by the Free # @@ -33,7 +33,7 @@