[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[rhel6-branch 4/4] Name the boot loader add/edit dialog better (#745942)
- From: Martin Gracik <mgracik redhat com>
- To: anaconda-devel-list redhat com
- Subject: [rhel6-branch 4/4] Name the boot loader add/edit dialog better (#745942)
- Date: Tue, 29 Nov 2011 13:07:20 +0100
---
iw/osbootwidget.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/iw/osbootwidget.py b/iw/osbootwidget.py
index fcde027..ac9a8ca 100644
--- a/iw/osbootwidget.py
+++ b/iw/osbootwidget.py
@@ -127,7 +127,7 @@ class OSBootWidget:
# adds/edits a new "other" os to the boot loader config
def editOther(self, oldDevice, oldLabel, isDefault, isRoot = 0):
- dialog = gtk.Dialog(_("Image"), self.parent)
+ dialog = gtk.Dialog(_("Add/Edit boot loader record"), self.parent)
dialog.add_button('gtk-cancel', 2)
dialog.add_button('gtk-ok', 1)
dialog.set_position(gtk.WIN_POS_CENTER)
--
1.7.5.4
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]