summaryrefslogtreecommitdiff
path: root/plugins/OStatus
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-11-02 15:02:55 -0700
committerBrion Vibber <brion@pobox.com>2010-11-02 15:02:55 -0700
commit0229c22d2358933758fea98284349a871106b3bd (patch)
treec62b1919f0a38e82a748162563c956d885137db1 /plugins/OStatus
parent62d47011482373b77ac6715d507ab8913b9280fc (diff)
parent04ca706601a2a3b556cc52fa21b61fcd842c4e87 (diff)
Merge branch '1.0.x' into schema-x
Diffstat (limited to 'plugins/OStatus')
-rw-r--r--plugins/OStatus/classes/Ostatus_profile.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/OStatus/classes/Ostatus_profile.php b/plugins/OStatus/classes/Ostatus_profile.php
index 4ba0a6c85..1ae9717c7 100644
--- a/plugins/OStatus/classes/Ostatus_profile.php
+++ b/plugins/OStatus/classes/Ostatus_profile.php
@@ -550,7 +550,8 @@ class Ostatus_profile extends Managed_DataObject
// We mark up the attachment link specially for the HTML output
// so we can fold-out the full version inline.
- // TRANS: Shown when a notice is longer than supported and/or when attachments are present.
+ // @fixme I18N this tooltip will be saved with the site's default language
+ // TRANS: Shown when a notice is longer than supported and/or when attachments are present. At runtime this will usually be replaced with localized text from StatusNet core messages.
$showMoreText = _m('Show more');
$attachUrl = common_local_url('attachment',
array('attachment' => $attachment->id));