summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-12 14:10:18 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-12 14:10:18 +0000
commitb274bf87f343f84e6004401f2fc9d23ff7611c63 (patch)
tree97e4f331bbd2783780e20ff34f45ec890d070bb2 /modules/locale
parent09e27018929d40c6f609a617b974955840b12370 (diff)
downloadbrdo-b274bf87f343f84e6004401f2fc9d23ff7611c63.tar.gz
brdo-b274bf87f343f84e6004401f2fc9d23ff7611c63.tar.bz2
- Patch #182950: fieldset massaging for usability.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.install b/modules/locale/locale.install
index 112f5daa7..8b3309e46 100644
--- a/modules/locale/locale.install
+++ b/modules/locale/locale.install
@@ -178,7 +178,7 @@ function locale_schema() {
'type' => 'int',
'not null' => TRUE,
'default' => 0,
- 'description' => t('Number of plural indexes in this language.'),
+ 'description' => t('Number of plural indexes in this language.'),
),
'formula' => array(
'type' => 'varchar',