]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
L10n updates.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 22:23:10 +0000 (00:23 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 18 Sep 2010 22:23:10 +0000 (00:23 +0200)
plugins/RSSCloud/RSSCloudRequestNotify.php

index 41b86857856fbdf542d158d7b863380229c8c566..e9c0eab5f881e6a4ed6046806e9fdcd5ce34c17c 100644 (file)
@@ -138,7 +138,7 @@ class RSSCloudRequestNotifyAction extends Action
                 common_log(LOG_WARNING,
                            "RSSCloud plugin - $nh tried to subscribe to invalid feed: $feed");
 
-                $msg = _m('Feed subscription failed - Not a valid feed.');
+                $msg = _m('Feed subscription failed: Not a valid feed.');
                 $this->showResult(false, $msg);
                 return;
             }
@@ -159,7 +159,7 @@ class RSSCloudRequestNotifyAction extends Action
         // 25 hours seems harsh. WordPress doesn't ever remove
         // subscriptions.
         $msg = _m('Thanks for the subscription. ' .
-          'When the feed(s) update(s) we\'ll notify you.');
+          'When the feed(s) update(s), you will be notified.');
 
         $this->showResult(true, $msg);
     }