]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Event/rsvplistitem.php
allow setting some initial tags on a new network
[quix0rs-gnu-social.git] / plugins / Event / rsvplistitem.php
index 7423c1c7cb26c22681b1ca4cc1780e7647e70e51..fef1c9debb3c94f2895efb1b34f5b22e9948091d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2011, StatusNet, Inc.
  *
  * Title of module
- * 
+ *
  * PHP version 5
  *
  * This program is free software: you can redistribute it and/or modify
@@ -44,7 +44,6 @@ if (!defined('STATUSNET')) {
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
  * @link      http://status.net/
  */
-
 class RSVPListItem extends NoticeListItemAdapter
 {
     function showNotice()
@@ -63,7 +62,8 @@ class RSVPListItem extends NoticeListItemAdapter
         $rsvp = RSVP::fromNotice($notice);
 
         if (empty($rsvp)) {
-            $out->element('p', null, _('Deleted.'));
+            // TRANS: Content for a deleted RSVP list item (RSVP stands for "please respond").
+            $out->element('p', null, _m('Deleted.'));
             return;
         }