diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2009-07-23 00:54:59 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2009-07-23 00:54:59 +0200 |
| commit | c1682d133352c76ee7a5e848e4a049cab68b0403 (patch) | |
| tree | e1226cb6d940e06a96b60aa57719aaf9148ea581 | |
| parent | 27071f0ba9c0204980f3ab8c188ebb6319483851 (diff) | |
Rephrase translatable string to clarify data requested (account or openid)
| -rw-r--r-- | auto.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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?"), ""); |
