From e8190e26ce2471f0b87bb99ad075eb11cb06701d Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 28 Jul 2010 17:20:56 -0400 Subject: [PATCH] label this as "Tweet" and not "Update" This doesn't update anything, it posts a tweet. --- horde/lib/Block/twitter_timeline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '
'; -- 2.11.0