wording submit -> save settings

This commit is contained in:
Tobias Diekershoff 2013-11-19 13:57:51 +01:00
parent e2cb4a9e74
commit ccc6c2b785
16 changed files with 17 additions and 17 deletions

View file

@ -618,7 +618,7 @@ function facebook_content(&$a) {
$o .= '<div><label id="blocked-apps-label" for="blocked-apps">' . t('Comma separated applications to ignore') . ' </label></div>';
$o .= '<div><textarea id="blocked-apps" name="blocked_apps" >' . htmlspecialchars($blocked_apps) . '</textarea></div>';
$o .= '<input type="submit" name="submit" value="' . t('Submit') . '" /></form></div>';
$o .= '<input type="submit" name="submit" value="' . t('Save Settings') . '" /></form></div>';
}
return $o;