From: Jonas Smedegaard Date: Wed, 22 Jul 2009 22:54:59 +0000 (+0200) Subject: Rephrase translatable string to clarify data requested (account or openid) X-Git-Tag: 3.15~117 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c1682d133352c76ee7a5e848e4a049cab68b0403;p=ikiwiki.git Rephrase translatable string to clarify data requested (account or openid) --- 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?"), "");