aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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":