Some small corrections to the system descriptions (as discussed in mailinglist)
parent
8be5a2545e
commit
80a6b15942
|
|
@ -12,7 +12,7 @@ function import_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function import_system($field){
|
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];
|
return $system[$field];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ function import_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function import_system($field){
|
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];
|
return $system[$field];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
function forum_system($field){
|
function forum_system($field){
|
||||||
$system["description"] = t("Enables threaded discussions.");
|
$system["description"] = t("Allows threaded discussions about general topics.");
|
||||||
return $system[$field];
|
return $system[$field];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
function forum_system($field){
|
function forum_system($field){
|
||||||
$system["description"] = t("Enables threaded discussions.");
|
$system["description"] = t("Allows threaded discussions about general topics.");
|
||||||
return $system[$field];
|
return $system[$field];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ function import_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function import_system($field){
|
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];
|
return $system[$field];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ function search_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function search_system($field){
|
function search_system($field){
|
||||||
$system["description"] = t("Enables site wide key word searching");
|
$system["description"] = t("Enables site wide keyword searching");
|
||||||
return $system[$field];
|
return $system[$field];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ function search_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function search_system($field){
|
function search_system($field){
|
||||||
$system["description"] = t("Enables site wide key word searching");
|
$system["description"] = t("Enables site wide keyword searching");
|
||||||
return $system[$field];
|
return $system[$field];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ function weblogs_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function weblogs_system($field){
|
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];
|
return $system[$field];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue