summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2013-02-12 14:31:39 -0500
committerChris Lumens <clumens@redhat.com>2013-02-13 10:42:56 -0500
commit692998e25aaed880fe8749765f9f6eb146065cc4 (patch)
tree256e39996d0ad60db41e5df6e8202ebc365cc39a /pyanaconda/ui
parent3b13641079a0801c3d7eeb6b8462b7f5ccbd611b (diff)
downloadanaconda-692998e25aaed880fe8749765f9f6eb146065cc4.tar.gz
anaconda-692998e25aaed880fe8749765f9f6eb146065cc4.tar.xz
anaconda-692998e25aaed880fe8749765f9f6eb146065cc4.zip
install -> installation in a couple user-visible strings.
Diffstat (limited to 'pyanaconda/ui')
-rw-r--r--pyanaconda/ui/gui/spokes/source.glade2
-rw-r--r--pyanaconda/ui/gui/spokes/source.py6
2 files changed, 4 insertions, 4 deletions
diff --git a/pyanaconda/ui/gui/spokes/source.glade b/pyanaconda/ui/gui/spokes/source.glade
index 78cc90142..54e6ac878 100644
--- a/pyanaconda/ui/gui/spokes/source.glade
+++ b/pyanaconda/ui/gui/spokes/source.glade
@@ -889,7 +889,7 @@ TeXlive 2012 repository</col>
</child>
<child>
<object class="GtkRadioButton" id="autodetectRadioButton">
- <property name="label" translatable="yes">_Auto-detected install media:</property>
+ <property name="label" translatable="yes">_Auto-detected installation media:</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
diff --git a/pyanaconda/ui/gui/spokes/source.py b/pyanaconda/ui/gui/spokes/source.py
index 43c49282b..e9a7cf564 100644
--- a/pyanaconda/ui/gui/spokes/source.py
+++ b/pyanaconda/ui/gui/spokes/source.py
@@ -568,9 +568,9 @@ class SourceSpoke(NormalSpoke):
communication.send_message(self.__class__.__name__,
_("Failed to set up install source"))
if not self.data.method.proxy:
- gtk_call_once(self.set_warning, _("Failed to set up install source, check the repo url"))
+ gtk_call_once(self.set_warning, _("Failed to set up installation source; check the repo url"))
else:
- gtk_call_once(self.set_warning, _("Failed to set up install source, check the repo url and proxy settings"))
+ gtk_call_once(self.set_warning, _("Failed to set up installation source; check the repo url and proxy settings"))
else:
self._error = False
communication.send_message(self.__class__.__name__,
@@ -582,7 +582,7 @@ class SourceSpoke(NormalSpoke):
_(METADATA_ERROR_MESSAGE))
communication.send_ready(self.__class__.__name__)
self._error = True
- gtk_call_once(self.set_warning, _("Failed to set up install source, check the repo url"))
+ gtk_call_once(self.set_warning, _("Failed to set up installation source; check the repo url"))
else:
try:
# Grabbing the list of groups could potentially take a long time the