Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: iw/
Date: Sun, 03 Jul 2011 19:21:34
Message-Id: a835be410ed4891b3a53eec0b1a41cd4852efb86.wiktor@gentoo
1 commit: a835be410ed4891b3a53eec0b1a41cd4852efb86
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 19:21:10 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 19:21:10 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=a835be41
7
8 iw/mirrorselect-sync_gui.py: change heading
9
10 ---
11 iw/mirrorselect-sync_gui.py | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/iw/mirrorselect-sync_gui.py b/iw/mirrorselect-sync_gui.py
15 index 17d84ec..153134c 100644
16 --- a/iw/mirrorselect-sync_gui.py
17 +++ b/iw/mirrorselect-sync_gui.py
18 @@ -46,6 +46,9 @@ class MirrorselectSyncWindow(InstallWindow):
19
20 (self.xml, self.align) = gui.getGladeWidget("mirrorselect.glade", "mirrorselect_align")
21
22 + intro_label = self.xml.get_widget("intro_label")
23 + intro_label.set_label(_("Choose your Portage sync mirror(s).\nThese are used to sync your Portage tree."))
24 +
25 mirrorsf = None
26
27 while mirrorsf == None: