aboutsummaryrefslogtreecommitdiff
path: root/auto.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2009-07-23 00:54:59 +0200
committerJonas Smedegaard <dr@jones.dk>2009-07-23 00:54:59 +0200
commitc1682d133352c76ee7a5e848e4a049cab68b0403 (patch)
treee1226cb6d940e06a96b60aa57719aaf9148ea581 /auto.setup
parent27071f0ba9c0204980f3ab8c188ebb6319483851 (diff)
downloadikiwiki-c1682d133352c76ee7a5e848e4a049cab68b0403.tar
ikiwiki-c1682d133352c76ee7a5e848e4a049cab68b0403.tar.gz
Rephrase translatable string to clarify data requested (account or openid)
Diffstat (limited to 'auto.setup')
-rw-r--r--auto.setup2
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?"), "");