Some small corrections to the system descriptions (as discussed in mailinglist)

4.0.x
Steven Wittens 2002-06-04 11:44:23 +00:00
parent 8be5a2545e
commit 80a6b15942
8 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ function import_help() {
}
function import_system($field){
$system["description"] = t("Used to import syndicated content (ie. news)");
$system["description"] = t("Used to import syndicated content (ie. news feeds)");
return $system[$field];
}

View File

@ -12,7 +12,7 @@ function import_help() {
}
function import_system($field){
$system["description"] = t("Used to import syndicated content (ie. news)");
$system["description"] = t("Used to import syndicated content (ie. news feeds)");
return $system[$field];
}

View File

@ -2,7 +2,7 @@
// $Id$
function forum_system($field){
$system["description"] = t("Enables threaded discussions.");
$system["description"] = t("Allows threaded discussions about general topics.");
return $system[$field];
}

View File

@ -2,7 +2,7 @@
// $Id$
function forum_system($field){
$system["description"] = t("Enables threaded discussions.");
$system["description"] = t("Allows threaded discussions about general topics.");
return $system[$field];
}

View File

@ -12,7 +12,7 @@ function import_help() {
}
function import_system($field){
$system["description"] = t("Used to import syndicated content (ie. news)");
$system["description"] = t("Used to import syndicated content (ie. news feeds)");
return $system[$field];
}

View File

@ -15,7 +15,7 @@ function search_help() {
}
function search_system($field){
$system["description"] = t("Enables site wide key word searching");
$system["description"] = t("Enables site wide keyword searching");
return $system[$field];
}

View File

@ -15,7 +15,7 @@ function search_help() {
}
function search_system($field){
$system["description"] = t("Enables site wide key word searching");
$system["description"] = t("Enables site wide keyword searching");
return $system[$field];
}

View File

@ -13,7 +13,7 @@ function weblogs_help() {
}
function weblogs_system($field){
$system["description"] = t("Alerts weblogs.com that your site has updated.");
$system["description"] = t("Alerts weblogs.com whenever your site is updated.");
return $system[$field];
}