summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-27 09:56:15 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-27 09:56:15 +0200
commitdf0f3430e1592503dd0ca6a8dd4f2da1da67eb5c (patch)
tree630556e022313ab770aa883db7fef9fd5ff2d3ec /template
parent3cefbefe84dca3ae78449aefc80c1b90eaf22395 (diff)
downloadbugzilla-df0f3430e1592503dd0ca6a8dd4f2da1da67eb5c.tar.gz
bugzilla-df0f3430e1592503dd0ca6a8dd4f2da1da67eb5c.tar.xz
Bug 337776: Basic SQLite Support for Bugzilla
r=LpSolit, a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/setup/strings.txt.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl
index c786ef36b..b7c907346 100644
--- a/template/en/default/setup/strings.txt.pl
+++ b/template/en/default/setup/strings.txt.pl
@@ -171,8 +171,10 @@ END
localconfig_db_host => <<'END',
The DNS name or IP address of the host that the database server runs on.
END
- localconfig_db_name =>
-"The name of the database. For Oracle, this is the database's SID.",
+ localconfig_db_name => <<'END',
+The name of the database. For Oracle, this is the database's SID. For
+SQLite, this is a name (or path) for the DB file.
+END
localconfig_db_pass => <<'END',
Enter your database password here. It's normally advisable to specify
a password for your bugzilla database user.