summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-02 14:41:37 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-02 14:41:37 +0000
commitee701b3336d04488122c13e142369e179a63be16 (patch)
tree158725be7c013a3c67d386facc89f34688d39096 /modules/locale
parent5e5a07f513ee793a8bbe5094895b4ebd5a1de8a2 (diff)
downloadbrdo-ee701b3336d04488122c13e142369e179a63be16.tar.gz
brdo-ee701b3336d04488122c13e142369e179a63be16.tar.bz2
- Patch #155986 by Uwe: fixed typos.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.module2
-rw-r--r--modules/locale/locale.schema2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 55f980795..078231744 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -210,7 +210,7 @@ function locale_user($type, $edit, &$user, $category = NULL) {
'#title' => t('Language settings'),
'#weight' => 1,
);
-
+
$form['locale']['language'] = array(
'#type' => 'radios',
'#title' => t('Language'),
diff --git a/modules/locale/locale.schema b/modules/locale/locale.schema
index 1697e1e57..70d4fbb5c 100644
--- a/modules/locale/locale.schema
+++ b/modules/locale/locale.schema
@@ -32,7 +32,7 @@ function locale_schema() {
$schema['locales_source'] = array(
'fields' => array(
- // Unique indentifier of this string.
+ // Unique identifier of this string.
'lid' => array('type' => 'serial', 'not null' => TRUE),
// Drupal path in case of online discovered translations or file path in case of imported strings.
'location' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),