[mb-commits] branch, mbs-4376, updated. MBS-4376, fix typo ("your edits has been ..." -> "your edits have been ..." )
MusicBrainz Git Server <[email protected]>
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1TbShJ-00046J-AG@wiley> |
The branch, mbs-4376 has been updated
via http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=381e8fcc85a3d1703310f4f3a26b37b041261f87 (commit)
from http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=bad8d1fb74c80c512193b4fb0d77c7e4a252efa4 (commit)
Summary of changes:
lib/MusicBrainz/Server/Controller/Release.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 381e8fcc85a3d1703310f4f3a26b37b041261f87
Author: warp <[email protected]>
Date: Thu Nov 22 10:02:58 2012 +0100
MBS-4376, fix typo ("your edits has been ..." -> "your edits have been ...")
diff --git a/lib/MusicBrainz/Server/Controller/Release.pm b/lib/MusicBrainz/Server/Controller/Release.pm
index df54283..68a1de8 100644
--- a/lib/MusicBrainz/Server/Controller/Release.pm
+++ b/lib/MusicBrainz/Server/Controller/Release.pm
@@ -438,7 +438,7 @@ sub added_cover_art : Chained('load') PathPart('added-cover-art') RequireAuth
{
my ($self, $c) = @_;
my $entity = $c->stash->{$self->{entity_name}};
- $c->flash->{message} = l('Thank you, your edits has been entered.');
+ $c->flash->{message} = l('Thank you, your edits have been entered.');
$c->response->redirect($c->uri_for_action('/release/cover_art', [ $entity->gid ]));
$c->detach;
};
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server