From c1682d133352c76ee7a5e848e4a049cab68b0403 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 23 Jul 2009 00:54:59 +0200 Subject: [PATCH] Rephrase translatable string to clarify data requested (account or openid) --- auto.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto.setup b/auto.setup index 3da5e3a62..b3d2513d9 100644 --- a/auto.setup +++ b/auto.setup @@ -17,7 +17,7 @@ our $wikiname=IkiWiki::Setup::Automator::ask( our $rcs=IkiWiki::Setup::Automator::ask( gettext("What revision control system to use?"), "git"); our $admin=IkiWiki::Setup::Automator::ask( - gettext("What wiki user (or openid) will be admin?"), $ENV{USER}); + gettext("Which user (wiki account or openid) will be admin?"), $ENV{USER}); use Net::Domain q{hostfqdn}; our $domain=hostfqdn() || ikiwiki::setup::automator::ask( gettext("What is the domain name of the web server?"), ""); -- 2.32.0.93.g670b81a890