From 7ae0e045d3b91a9196aa6fa40852e01226c27ec7 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 17 Oct 2009 14:17:04 +0100 Subject: [PATCH] Rename Alert menu --- openlp/core/ui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 67b9bcd3d..64d645a4c 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -368,7 +368,7 @@ class Ui_MainWindow(object): self.action_Preview_Panel.setStatusTip(translate(u'mainWindow', u'Toggle the visibility of the Preview Panel')) self.action_Preview_Panel.setShortcut(translate(u'mainWindow', u'F11')) - self.ToolsAlertItem.setText(translate(u'mainWindow', u'Nursery &Alert')) + self.ToolsAlertItem.setText(translate(u'mainWindow', u'&Alert')) self.ToolsAlertItem.setStatusTip( translate(u'mainWindow', u'Show an alert message')) self.ToolsAlertItem.setShortcut(translate(u'mainWindow', u'F7'))