Changeset 1201

Show
Ignore:
Timestamp:
07/10/08 15:00:51 (6 months ago)
Author:
kovit
Message:

fix '_planetarium.html.erb at line 27,32 (button cancel)'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/views/planet/_planetarium.html.erb

    r1057 r1201  
    2525            <% if @used_by_owner %> 
    2626            <td> 
    27               <%= link_to_remote(_("Remove"),  
     27              <%= link_to_remote(_("Cancel"),  
    2828                        :update => 'planetarium-content', 
    2929                        :url => planet_unsubscribe_url(:address => @planet.address, :blog_address => blog.address), 
    3030                        :loaded => "Element.show('planetarium-content'); Element.show('planetarium-switch')", 
    3131                        :confirm => "%s -- %s" % [blog_title, _("Do you want to unsubscribe this blog from this planet?")],  
    32                         :title => _("Remove"))  
     32                        :title => _("Cancel"))  
    3333               %> 
    3434            </td>