# HG changeset patch # User Takumi IINO # Date 2012-07-14 06:40:40 # Node ID c5be5591c26565015888ef65fc61e4fd2e336316 # Parent 7b092b919f4f6419463b7ee1353d5da40534c911 i18n diff --git a/rhodecode/templates/journal/journal.html b/rhodecode/templates/journal/journal.html --- a/rhodecode/templates/journal/journal.html +++ b/rhodecode/templates/journal/journal.html @@ -81,7 +81,7 @@ ${_('private')} ${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()}