summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 6182f8936..3ac8ded06 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -109,7 +109,7 @@ function theme_moderation_results($theme, $node) {
$output .= format_username($account->userid) ." voted '". user_get($account, "history", "n$node->nid") ."'.<BR>";
}
- $theme->box(t("Moderation results"), ($output ? $output : t("This story has not been moderated yet.")));
+ $theme->box(t("Moderation results"), ($output ? $output : t("This node has not been moderated yet.")));
}
}