More minor fixes

This commit is contained in:
Philip Ridout 2012-03-10 16:14:07 +00:00
parent 7d7e76fd9b
commit 24b817cccf
1 changed files with 3 additions and 3 deletions

View File

@ -513,9 +513,9 @@ class ThemeManager(QtGui.QWidget):
def overWriteMessageBox(self, theme_name): def overWriteMessageBox(self, theme_name):
ret = QtGui.QMessageBox.question(self, ret = QtGui.QMessageBox.question(self,
translate('OpenLP.ThemeManager', 'Theme Already Exists!'), translate('OpenLP.ThemeManager', 'Theme Already Exists.'),
translate('OpenLP.ThemeManager', 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), % theme_name),
QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Yes | QtGui.QMessageBox.StandardButtons(QtGui.QMessageBox.Yes |
QtGui.QMessageBox.No), QtGui.QMessageBox.No),