unifying warning message

This commit is contained in:
STEPHANVS 2022-02-15 16:01:27 +01:00
parent 3aa67ec2f2
commit 237f82db5c
No known key found for this signature in database
GPG Key ID: 4EFE47E471FD62A9
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ class EditVerseForm(QtWidgets.QDialog, Ui_EditVerseDialog):
translate('SongsPlugin.EditVerseForm',
'No song key is present or song key is not the first '
'chord.\nFor optimal chord experience, please, include a '
'song key before any chord. Ex.: [=G]'))
'song key\nbefore any chord. Ex.: [=G]'))
except KeyError as ke:
# Transposing failed
critical_error_message_box(title=translate('SongsPlugin.EditVerseForm', 'Transposing failed'),
@ -156,7 +156,7 @@ class EditVerseForm(QtWidgets.QDialog, Ui_EditVerseDialog):
translate('SongsPlugin.EditVerseForm',
'No song key is present or song key is not the first '
'chord.\nFor optimal chord experience, please, include a '
'song key before any chord. Ex.: [=G]'))
'song key\nbefore any chord. Ex.: [=G]'))
except KeyError as ke:
# Transposing failed
critical_error_message_box(title=translate('SongsPlugin.EditVerseForm', 'Transposing failed'),