summaryrefslogtreecommitdiffstats
path: root/wp-admin/options-head.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/options-head.php')
-rw-r--r--wp-admin/options-head.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/options-head.php b/wp-admin/options-head.php
index da1784f..3838018 100644
--- a/wp-admin/options-head.php
+++ b/wp-admin/options-head.php
@@ -1,5 +1,5 @@
<?php wp_reset_vars(array('action', 'standalone', 'option_group_id')); ?>
<?php if (isset($_GET['updated'])) : ?>
-<div id="message" class="updated fade"><p><strong><?php _e('Options saved.') ?></strong></p></div>
+<div id="message" class="updated fade"><p><strong><?php _e('Settings saved.') ?></strong></p></div>
<?php endif; ?>