summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/make/new_thorn.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/new_thorn.pl b/lib/make/new_thorn.pl
index 8e33839b..7dc40cd5 100755
--- a/lib/make/new_thorn.pl
+++ b/lib/make/new_thorn.pl
@@ -28,7 +28,7 @@ if(!$package)
print "$package\n";
}
print "Pick one, or create a new one.\n";
- $package = &prompt("Toolkit");
+ $package = &prompt("Arrangement");
}
chdir $package_dir;