appnetpost: The "submit"-button is renamed so that it looks like the other buttons in the other networks.

This commit is contained in:
Michael Vogel 2014-04-24 11:53:35 +02:00
parent 8a604739a3
commit 6900018457
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function appnetpost_settings(&$a,&$s) {
/* provide a submit button */
$s .= '<div class="settings-submit-wrapper" ><input type="submit" id="appnetpost-submit" name="appnetpost-submit" class="settings-submit" value="' . t('Submit') . '" /></div>';
$s .= '<div class="settings-submit-wrapper" ><input type="submit" id="appnetpost-submit" name="appnetpost-submit" class="settings-submit" value="' . t('Save Settings') . '" /></div>';
$s .= '<p>Register an account at <a href="https://ifttt.com">IFTTT</a> and create a recipe with the following values:';
$s .= '<ul><li>If: New feed item (via RSS)</li>';
$s .= '<li>Then: Post an update (via app.net)</li>';