summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-07-11 14:10:51 -0400
committerChris Lumens <clumens@redhat.com>2008-07-11 14:10:51 -0400
commite2ec0bed0f54979eca0ddb9a338c5f6adf58f0ad (patch)
tree8806845df51dba961c2abf659291320ff5daa3cc
parent2a941a4f438c91b434737e3426e5457309aaabfb (diff)
downloadanaconda-e2ec0bed0f54979eca0ddb9a338c5f6adf58f0ad.tar.gz
anaconda-e2ec0bed0f54979eca0ddb9a338c5f6adf58f0ad.tar.xz
anaconda-e2ec0bed0f54979eca0ddb9a338c5f6adf58f0ad.zip
Fix window title to be the same as all others.
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 5b9c89e87..af14d5eed 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -949,7 +949,7 @@ class AnacondaYum(YumSorter):
custom_icon="error", custom_buttons=[_("_Exit installer")])
sys.exit(1)
else:
- rc = intf.detailedMessageWindow(_("Error running transaction"),
+ rc = intf.detailedMessageWindow(_("Error Running Transaction"),
msg, spaceprob + "\n" + fileprob, type="custom",
custom_icon="error",
custom_buttons=[_("_Back"), _("_Exit installer")])