diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-11-13 10:20:37 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2010-11-13 10:20:37 +0100 |
commit | 999daa6c06994fc2255283d90f3bf0ef8659869f (patch) | |
tree | a29532df01259b53b70c1937cdb3bb9ee8e6e242 /src/core/libs | |
parent | 27878159e074d259db61f88f5b9054dcb39a5835 (diff) |
typo fix
Reported by by Christian (neptunerx)
FS#19400 - Typo in the installer
Diffstat (limited to 'src/core/libs')
-rw-r--r-- | src/core/libs/lib-ui-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 335a36e..8d1acc8 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -750,7 +750,7 @@ interactive_select_packages() { repos=`list_pacman_repos target` notify "Package selection is split into two stages. First you will select package groups that contain packages you may be interested in. Then you will be presented with a full list of packages for each group, allowing you to fine-tune.\n\n -Note that right now the packages (and groups) selection is limited to the repos available at this time ($repos). One you have your Arch system up and running, you have access to more repositories and packages." +Note that right now the packages (and groups) selection is limited to the repos available at this time ($repos). Once you have your Arch system up and running, you have access to more repositories and packages." # show group listing for group selection, base is ON by default, all others are OFF local _grouplist="base ^ ON" |