summaryrefslogtreecommitdiffstatshomepage
path: root/config.inc.php.example
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-11 09:18:14 +0000
committerGravatar mensonge2009-02-11 09:18:14 +0000
commitd735cfd8e6c19408567e06f7b63c6cb5e0b07bfe (patch)
treed1b9354f997e956a34c32cfcf69b0e4c3f05cb5e /config.inc.php.example
parentf8f0b34afa9c2232f12efccbdbd4091317e738a8 (diff)
downloadscuttle-d735cfd8e6c19408567e06f7b63c6cb5e0b07bfe.tar.gz
scuttle-d735cfd8e6c19408567e06f7b63c6cb5e0b07bfe.zip
Interface fix: change welcoming message.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@268 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'config.inc.php.example')
-rw-r--r--config.inc.php.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php.example b/config.inc.php.example
index 7a5fff1..a8086f5 100644
--- a/config.inc.php.example
+++ b/config.inc.php.example
@@ -8,7 +8,7 @@
#### System ####
$sitename = 'SemanticScuttle'; #The name of this site.
-$welcomeMessage = 'Welcome to SemanticScuttle! More than a social bookmarking tool.'; # The welcome message of this site
+$welcomeMessage = 'Welcome to SemanticScuttle! Social bookmarking for small communities.'; # The welcome message of this site
$root = NULL; # Set to NULL to autodetect the root url of the website. If your installation is into a subdirectory like "www.example.com/semanticscuttle/" then replace NULL by your address (between "" and with final '/');
$locale = 'en_GB'; #locale used in /locales/ {de_DE en_GB fr_FR ...}
$usecache = false; # use cache ? {true,false}