aboutsummaryrefslogtreecommitdiff
path: root/gentoo
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-10 15:36:36 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-10 15:36:36 +0000
commit5f5510e0ada0e7c273a917df6ed1f99113891bd6 (patch)
tree00d95965f3b8f6ce3bd5574c8b6333943b95b297 /gentoo
parentgentoo/utils.py: try handling some compilation errors (diff)
downloadanaconda-5f5510e0ada0e7c273a917df6ed1f99113891bd6.tar.gz
anaconda-5f5510e0ada0e7c273a917df6ed1f99113891bd6.tar.bz2
anaconda-5f5510e0ada0e7c273a917df6ed1f99113891bd6.zip
gentoo/utils.py: set_text in setup_xorg
Diffstat (limited to 'gentoo')
-rw-r--r--gentoo/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo/utils.py b/gentoo/utils.py
index 4c2333b..d4a3599 100644
--- a/gentoo/utils.py
+++ b/gentoo/utils.py
@@ -605,7 +605,7 @@ class GentooInstall:
#shutil.copy2(live_xorg_conf, xorg_conf)
#shutil.copy2(live_xorg_conf, xorg_conf+".original")
if self._anaconda.xorg:
- self._progress.set_label("Installing Xorg")
+ self._progress.set_text(_("Installing Xorg"))
self.install_package("xorg-server")
self._progress.set_fraction(0.35)
if self._anaconda.xorg == "fluxbox":