summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-12 19:06:33 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-12 19:06:33 +0000
commitc856eac1357f131309ad4563958a8a8d048a5baf (patch)
tree3093da4faeabc9373ca3b91a50c28aeb9e5c91c4 /includes
parent2eeb8862a1538dfcfcf86ebab77fa3f752fd4189 (diff)
downloadbrdo-c856eac1357f131309ad4563958a8a8d048a5baf.tar.gz
brdo-c856eac1357f131309ad4563958a8a8d048a5baf.tar.bz2
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 27e9dd056..68b374980 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -2149,7 +2149,7 @@ function form_clean_id($id = NULL, $flush = FALSE) {
* @code
* function batch_test_finished($success, $results, $operations) {
* if ($success) {
- * $message = format_plural(count($results), 'One node processed.', '@count nodes processed.');
+ * $message = format_plural(count($results), 'One post processed.', '@count posts processed.');
* }
* else {
* $message = t('Finished with an error.');