From: Michael J. Rubinsky Date: Wed, 28 Jul 2010 21:20:56 +0000 (-0400) Subject: label this as "Tweet" and not "Update" X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e8190e26ce2471f0b87bb99ad075eb11cb06701d;p=horde.git label this as "Tweet" and not "Update" This doesn't update anything, it posts a tweet. --- diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index 56d4f858a..cdcb7115c 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -161,7 +161,7 @@ EOT; /* Build the UI */ $html = '
' . '
' - . '' . _("Update") . '140 ' + . '' . _("Tweet") . '140 ' . Horde::img('loading.gif', '', array('id' => $instance . '_loading', 'style' => 'display:none;')); $html .= '
' . _("Latest") . ' ' . $latestStatus . ' - ' . Horde_Date_Utils::relativeDateTime(strtotime($this->_profile->status->created_at), $GLOBALS['prefs']->getValue('date_format'), ($GLOBALS['prefs']->getValue('twentyFour') ? "%H:%M" : "%I:%M %P")) . '
'; $html .= '
';