Rephrase translatable string to clarify data requested (account or openid)
parent
27071f0ba9
commit
c1682d1333
|
@ -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?"), "");
|
||||
|
|
Loading…
Reference in New Issue