diff rhodecode/templates/journal/journal.html @ 2598:c5be5591c265 beta

i18n
author Takumi IINO <trot.thunder@gmail.com>
date Sat, 14 Jul 2012 06:40:40 +0000
parents 6bef2a9f73e2
children a221706dab50
line wrap: on
line diff
--- a/rhodecode/templates/journal/journal.html	Fri Jul 13 21:17:38 2012 +0200
+++ b/rhodecode/templates/journal/journal.html	Sat Jul 14 06:40:40 2012 +0000
@@ -81,7 +81,7 @@
                         <td><a href="${h.url('repo_settings_home',repo_name=repo['name'])}" title="${_('edit')}"><img class="icon" alt="${_('private')}" src="${h.url('/images/icons/application_form_edit.png')}"/></a></td>
                         <td>
                           ${h.form(url('repo_settings_delete', repo_name=repo['name']),method='delete')}
-                            ${h.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('Confirm to delete this repository');")}
+                            ${h.submit('remove_%s' % repo['name'],'',class_="delete_icon action_button",onclick="return confirm('"+_('Confirm to delete this repository')+"');")}
                           ${h.end_form()}
                         </td>
                     </tr>