summaryrefslogtreecommitdiff
path: root/actions/bookmarklet.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-31 00:58:35 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-31 00:58:35 +0200
commit08edd1fedfab532b1266a99f4d4b4b13a2e3aa6b (patch)
tree385411290688892be9a6db12120e8fcede65a36f /actions/bookmarklet.php
parent83233a8a43d45b10ad64f05123ee9b7f4d3b160b (diff)
* i18n/L10n updates.
* translator documentation added/updated. * superfluous whitespace removed.
Diffstat (limited to 'actions/bookmarklet.php')
-rw-r--r--actions/bookmarklet.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/actions/bookmarklet.php b/actions/bookmarklet.php
index 041c2e894..9cf4e58f8 100644
--- a/actions/bookmarklet.php
+++ b/actions/bookmarklet.php
@@ -34,7 +34,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
require_once INSTALLDIR . '/actions/newnotice.php';
/**
- * Action for posting a notice
+ * Action for posting a notice
*
* @category Bookmarklet
* @package StatusNet
@@ -42,12 +42,12 @@ require_once INSTALLDIR . '/actions/newnotice.php';
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/
-
class BookmarkletAction extends NewnoticeAction
{
function showTitle()
{
// TRANS: Title for mini-posting window loaded from bookmarklet.
+ // TRANS: %s is the StatusNet site name.
$this->element('title', null, sprintf(_('Post to %s'), common_config('site', 'name')));
}
@@ -73,4 +73,3 @@ class BookmarkletAction extends NewnoticeAction
{
}
}
-