forked from openlp/openlp
More minor fixes
This commit is contained in:
parent
7d7e76fd9b
commit
24b817cccf
@ -513,9 +513,9 @@ class ThemeManager(QtGui.QWidget):
|
||||
|
||||
def overWriteMessageBox(self, theme_name):
|
||||
ret = QtGui.QMessageBox.question(self,
|
||||
translate('OpenLP.ThemeManager', 'Theme Already Exists!'),
|
||||
translate('OpenLP.ThemeManager', 'Theme Already Exists.'),
|
||||
translate('OpenLP.ThemeManager',
|
||||
'The theme %s already exists. Do you want to replace it?'
|
||||
'Theme %s already exists. Do you want to replace it?'
|
||||
% theme_name),
|
||||
QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Yes |
|
||||
QtGui.QMessageBox.No),
|
||||
|
Loading…
Reference in New Issue
Block a user