summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/source.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/ui/gui/spokes/source.py')
-rw-r--r--pyanaconda/ui/gui/spokes/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/source.py b/pyanaconda/ui/gui/spokes/source.py
index a6223f464..4b3d90d78 100644
--- a/pyanaconda/ui/gui/spokes/source.py
+++ b/pyanaconda/ui/gui/spokes/source.py
@@ -566,7 +566,7 @@ class SourceSpoke(NormalSpoke):
log.error("PayloadError: %s" % (e,))
self._error = True
communication.send_message(self.__class__.__name__,
- _("Failed to set up install source"))
+ _("Failed to set up installation source"))
if not self.data.method.proxy:
gtk_call_once(self.set_warning, _("Failed to set up installation source; check the repo url"))
else: