summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-06-15 13:29:04 +0200
committerbryce-mozilla%nextbus.com <>1999-06-15 13:29:04 +0200
commit3a9a9253d9c92b30a5e950e90bddd7915fca0ef4 (patch)
tree3e6b8a8c419a90afa89d94f2f300cc814df0c8e8 /globals.pl
parenta59f318781f4f189484ba21206119c36ef3becf8 (diff)
downloadbugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.tar.gz
bugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.tar.xz
Assorted minor UI cleanups (mostly putting navigation headers in, and
rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 94a4f7402..b667f48ad 100644
--- a/globals.pl
+++ b/globals.pl
@@ -346,7 +346,7 @@ sub GetVersionTable {
do 'data/versioncache';
if (!defined %::versions) {
- die "Can't generate version info; tell terry.";
+ die "Can't generate file data/versioncache";
}
}
}