Skip to content

Instantly share code, notes, and snippets.

@rassie
Created February 11, 2009 23:01
Show Gist options
  • Save rassie/62340 to your computer and use it in GitHub Desktop.
Save rassie/62340 to your computer and use it in GitHub Desktop.
diff --git a/root/artist/remove_alias.tt b/root/artist/remove_alias.tt
index 9d6adb9..eb8b9a9 100644
--- a/root/artist/remove_alias.tt
+++ b/root/artist/remove_alias.tt
@@ -2,8 +2,8 @@
[%- WRAPPER 'components/box.tt' header=l('Confirm Alias removal') -%]
[%- WRAPPER 'layout/guidelines.tt' -%]
[%- create_guideline(l('Are you sure you want to remove the alias <strong>{alias}</strong>, which points to the artist {artist}?', {alias => alias.name, artist => entity_link(artist)})) -%]
- [%- create_guideline(l('Please review the documentation about {aliases}, before entering this edit.', {aliases => doc_link('ArtistAlias', l('artist aliases'))})) -%]
- [%- create_guideline(l('If you added recently added this alias by mistake, please follow the instructions about {doc_cancel}. Removing pending edits, rather than entering new edits, helps reduce the number of edits open in the system.', {doc_cancel => doc_link('HowToCancelEdits', l('how to cancel pending edits'))})) -%]
+ [%- create_guideline(l('Please review the documentation about {aliases|artist aliases}, before entering this edit.', {aliases => doc_link('ArtistAlias')})) -%]
+ [%- create_guideline(l('If you added recently added this alias by mistake, please follow the instructions about {doc_cancel|how to cancel pending edits}. Removing pending edits, rather than entering new edits, helps reduce the number of edits open in the system.', {doc_cancel => doc_link('HowToCancelEdits')})) -%]
[%- create_guideline(l('Cancelling a pending edit will take effect within an hour, while removing data already accepted into the databse has to be voted on according to the voting process.')) -%]
[%- END -%]
[%- INCLUDE 'forms/form.tt' moderation=1 -%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment