summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 16:17:37 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 16:17:37 +0000
commit46f4672962cd25ede0d46ac798a264dcdb0b225e (patch)
tree4d732aac96ef980f87c14333b961dc0c2a173431 /modules
parentdc73fd0cba915f27904719a7cd689c0949b342ec (diff)
downloadbrdo-46f4672962cd25ede0d46ac798a264dcdb0b225e.tar.gz
brdo-46f4672962cd25ede0d46ac798a264dcdb0b225e.tar.bz2
One remaining button titled 'Submit' which slipped through the taxonomy drag and drop patch
Diffstat (limited to 'modules')
-rw-r--r--modules/taxonomy/taxonomy.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.admin.inc b/modules/taxonomy/taxonomy.admin.inc
index 8f9e1894c..fe35caa7b 100644
--- a/modules/taxonomy/taxonomy.admin.inc
+++ b/modules/taxonomy/taxonomy.admin.inc
@@ -34,7 +34,7 @@ function taxonomy_overview_vocabularies() {
// Only make this form include a submit button and weight if more than one
// vocabulary exists.
if (count($vocabularies) > 1) {
- $form['submit'] = array('#type' => 'submit', '#value' => t('Submit'));
+ $form['submit'] = array('#type' => 'submit', '#value' => t('Save'));
}
elseif (isset($vocabulary)) {
unset($form[$vocabulary->vid]['weight']);