On Thu, 1 Oct 2009 23:20:26 +0200 Laszlo Papp <djszapi@archlinux.us> wrote:
On Fri, Sep 25, 2009 at 10:44 PM, Dieter Plaetinck <dieter@plaetinck.be>wrote:
On Thu, 24 Sep 2009 19:42:07 +0200 Laszlo Papp <djszapi2@gmail.com> wrote:
Signed-off-by: Laszlo Papp <djszapi@archlinux.us> --- 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 586abc9..8a66522 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -430,7 +430,7 @@ interactive_filesystem () [ $part_type = raw -o $part_type = lvm-lv ] && which `get_filesystem_program dm_crypt` &>/dev/null && FSOPTS="$FSOPTS dm_crypt DM_crypt_Volume" fs_create=no - ask_yesno "Do you want to have this filesystem re(created) ? If not, make sure there already is a filesystem!" && fs_create=yes + ask_yesno "Do you want to have this filesystem (re)created ? If not, make sure there already is a filesystem!" && fs_create=yes # determine FS fsopts=($FSOPTS);
thanks. applied it
Dieter
Hello Dieter!
Where can I see you committed it ? Here not: http://projects.archlinux.org/?p=aif.git;a=summary
Best Regards, Laszlo Papp
You were probably looking in the master branch. for now it's in experimental http://projects.archlinux.org/?p=aif.git;a=commitdiff;h=721c81272725617f1b2f... every few months i merge experimental->master (but maybe i should get rid of the experimental branch sometime) Dieter