[PATCH conductor] BZ797713 added missing translation in edit deployable page

Jan Provaznik jprovazn at redhat.com
Tue Feb 28 15:44:28 UTC 2012


On 02/27/2012 03:47 PM, jtomasek at redhat.com wrote:
> From: Jiri Tomasek<jtomasek at redhat.com>
>
> ---
>   src/app/views/deployables/edit.html.haml |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/app/views/deployables/edit.html.haml b/src/app/views/deployables/edit.html.haml
> index 783e910..6c36fb9 100644
> --- a/src/app/views/deployables/edit.html.haml
> +++ b/src/app/views/deployables/edit.html.haml
> @@ -2,9 +2,9 @@
>   %header.admin-page-header
>     %h1{:class =>  controller.controller_name}= @deployable.name
>     #obj_actions.button-container
> -    = link_to 'New Deployable', new_polymorphic_path([@catalog, @deployable]), :class =>  'button primary', :id =>  'new_deployable_button'
> +    = link_to t('catalog_entries.new_catalog_entry'), new_polymorphic_path([@catalog, @deployable]), :class =>  'button primary', :id =>  'new_deployable_button'
>       .button-group
> -      = link_to 'Cancel Editing', polymorphic_path([@catalog, Deployable]), :class =>  'button pill danger', :id =>  'new_deployable_button'
> +      = link_to t('catalogs.edit.cancel_editing'), polymorphic_path([@catalog, Deployable]), :class =>  'button pill danger', :id =>  'new_deployable_button'
>
>   %section.admin-content-section.user
>     %header

ACK



More information about the aeolus-devel mailing list