summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 06b67e4f5..fd81a499a 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -488,7 +488,7 @@ function locale_translate_overview_screen() {
$groupsums[$group->textgroup] = $group->strings;
}
- // Setup overview table with default values, ensuring common order for values.
+ // Set up overview table with default values, ensuring common order for values.
$rows = array();
foreach ($languages as $langcode => $language) {
$rows[$langcode] = array('name' => ($langcode == 'en' ? t('English (built-in)') : t($language->name)));