[mb-commits] branch, mbs-5842, created. MBS-5842: Make 'Position:' translatable in add cover art form
MusicBrainz Git Server <[email protected]> Thu, 07 Feb 2013 07:01:01 +0000
| Newsgroups | gmane.comp.audio.musicbrainz.cvs |
|---|---|
| Message-ID | <E1U3LTg-0006Yf-Vs@wiley> |
The branch, mbs-5842 has been created
at ad70fb8a137144bbbc0b181017e6879f02c1ecc6 (commit)
- Log -----------------------------------------------------------------
commit ad70fb8a137144bbbc0b181017e6879f02c1ecc6
Author: Oliver Charles <[email protected]>
Date: Thu Feb 7 11:22:22 2013 +0000
MBS-5842: Make 'Position:' translatable in add cover art form
diff --git a/root/release/add_cover_art.tt b/root/release/add_cover_art.tt
index 5086e67..0aa7f15 100644
--- a/root/release/add_cover_art.tt
+++ b/root/release/add_cover_art.tt
@@ -19,7 +19,7 @@
[%- INCLUDE 'release/cover_art_fields.tt' -%]
<div class="row" id="cover-art-position-row">
- <label id="cover-art-position-label" class="required">Position:</label>
+ <label id="cover-art-position-label" class="required">[% l('Position:') %]</label>
[%- IF images.size == 0 -%]
<div class="image-position-only">
-----------------------------------------------------------------------
hooks/post-receive
--
mb_server