--- 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 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list