diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 12:05:27 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 12:05:27 +0200 |
commit | f8e91ab33f414e0c0ffbb4d6f312909d196413ce (patch) | |
tree | 4dd5fcd4d1059727101ee988eaaef75f4bddd387 /plugins/AutoSandbox/AutoSandboxPlugin.php | |
parent | 26a9963dad3e7bbea6f5f7069f2272a58ee87891 (diff) |
Add translator hints.
Diffstat (limited to 'plugins/AutoSandbox/AutoSandboxPlugin.php')
-rw-r--r-- | plugins/AutoSandbox/AutoSandboxPlugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AutoSandbox/AutoSandboxPlugin.php b/plugins/AutoSandbox/AutoSandboxPlugin.php index 870eda86f..16683e140 100644 --- a/plugins/AutoSandbox/AutoSandboxPlugin.php +++ b/plugins/AutoSandbox/AutoSandboxPlugin.php @@ -75,6 +75,7 @@ class AutoSandboxPlugin extends Plugin $contactuser = User::staticGet('nickname', $this->contact); if (!empty($contactuser)) { $contactlink = "@<a href=\"$contactuser->uri\">$contactuser->nickname</a>"; + // TRANS: $contactlink is a clickable e-mailaddress. $instr = _m("Note you will initially be \"sandboxed\" so your posts will not appear in the public timeline. ". 'Send a message to $contactlink to speed up the unsandboxing process.'); } |