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

@ -279,7 +279,7 @@ function fbpost_content(&$a) {
$o .= "</select>";
$o .= '<p><input type="submit" name="submit" value="' . t('Submit') . '" /></form></div>';
$o .= '<p><input type="submit" name="submit" value="' . t('Save Settings') . '" /></form></div>';
}