summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-19 00:23:10 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-19 00:23:10 +0200
commitf1d78942b37d40c3aaa31ed52bc37a76a958dd66 (patch)
tree24b3391742b03911b1f86fd276f23fd05133a4c8 /plugins
parent53cfa5349f1f9c964d5a8136399f03a85bc6d484 (diff)
L10n updates.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/RSSCloud/RSSCloudRequestNotify.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/RSSCloud/RSSCloudRequestNotify.php b/plugins/RSSCloud/RSSCloudRequestNotify.php
index 41b868578..e9c0eab5f 100644
--- a/plugins/RSSCloud/RSSCloudRequestNotify.php
+++ b/plugins/RSSCloud/RSSCloudRequestNotify.php
@@ -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);
}