summaryrefslogtreecommitdiff
path: root/actions/favorited.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-07 17:14:10 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-07 17:14:10 -0400
commit92d18134bfe082f75211b3baa93f20d88367dba6 (patch)
tree8fdfc1cd8204eaad59446cf688d22d87ce02dc98 /actions/favorited.php
parent770788d98eb9dfca51e6299e023edab26765c0bf (diff)
parent05b04b7970d1b0f1e35a64a5537ad61e2fb8db1c (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions/favorited.php')
-rw-r--r--actions/favorited.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/favorited.php b/actions/favorited.php
index 20a354674..27da25435 100644
--- a/actions/favorited.php
+++ b/actions/favorited.php
@@ -150,7 +150,7 @@ class FavoritedAction extends Action
return;
}
- $message = _('Favorite notices appear on this page but noone has favorited one yet.') . ' ';
+ $message = _('Favorite notices appear on this page but no one has favorited one yet.') . ' ';
if (common_logged_in()) {
$message .= _('Be the first to add a notice to your favorites by clicking the fave button next to any notice you like.');
@@ -159,7 +159,7 @@ class FavoritedAction extends Action
$message .= _('Why not [register an account](%%action.register%%) and be the first to add a notice to your favorites!');
}
- $this->elementStart('div', 'blankfiller');
+ $this->elementStart('div', 'guide');
$this->raw(common_markup_to_html($message));
$this->elementEnd('div');
}