summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
Diffstat (limited to 'sites')
-rw-r--r--sites/default/settings.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/sites/default/settings.php b/sites/default/settings.php
index a418a8a6b..f0289e945 100644
--- a/sites/default/settings.php
+++ b/sites/default/settings.php
@@ -164,3 +164,16 @@ ini_set('url_rewriter.tags', '');
# 'anonymous' => 'Visitor',
# );
+/**
+ * String overrides:
+ *
+ * To override specific strings on your site with or without enabling locale
+ * module, add an entry to this list. This functionality allows you to change
+ * a small number of your site's default English language interface strings.
+ *
+ * Remove the leading hash signs to enable.
+ */
+# $conf['locale_custom_strings_en'] = array(
+# 'forum' => 'Discussion board',
+# '@count min' => '@count minutes',
+# );