diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-03-28 10:05:41 -0400 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-03-28 10:05:41 -0400 |
commit | e5222367f8e8864cae6a6bd9b2366f7f5d21d8d1 (patch) | |
tree | 7b1670c43dc4f807532deab2ab3e76b2991d95c4 /gui.py | |
parent | 9875d8a9433f9ca00bbf180600d28eeba2f4f5a4 (diff) | |
download | anaconda-e5222367f8e8864cae6a6bd9b2366f7f5d21d8d1.tar.gz anaconda-e5222367f8e8864cae6a6bd9b2366f7f5d21d8d1.tar.xz anaconda-e5222367f8e8864cae6a6bd9b2366f7f5d21d8d1.zip |
Mark for translation based on feedback from translators
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1398,7 +1398,7 @@ class InstallControlWindow: def _doExitConfirm (self, win = None, *args): # FIXME: translate the string win = MessageWindow(_("Exit installer"), - ("Are you sure you wish to exit the installation?"), + _("Are you sure you wish to exit the installation?"), type="custom", custom_icon="question", custom_buttons = [_("Cancel"), _("_Exit installer")], parent = win) |