changeset 3950:1226fdf24f8a beta

fixed typo remoke -> revoke
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 05 Jun 2013 19:55:35 +0200
parents 3301fb05b494
children 9378d8640a4b
files rhodecode/i18n/rhodecode.pot rhodecode/templates/base/root.html
diffstat 2 files changed, 28 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/i18n/rhodecode.pot	Wed Jun 05 19:12:16 2013 +0200
+++ b/rhodecode/i18n/rhodecode.pot	Wed Jun 05 19:55:35 2013 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: RhodeCode 1.7.0dev\n"
 "Report-Msgid-Bugs-To: marcin@maq.io\n"
-"POT-Creation-Date: 2013-06-04 17:43+0200\n"
+"POT-Creation-Date: 2013-06-05 19:55+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3407,72 +3407,72 @@
 msgid "Edit Permission"
 msgstr ""
 
-#: rhodecode/templates/base/root.html:43
+#: rhodecode/templates/base/root.html:44
 msgid "Add another comment"
 msgstr ""
 
-#: rhodecode/templates/base/root.html:44
-#: rhodecode/templates/data_table/_dt_elements.html:147
-msgid "Stop following this repository"
-msgstr ""
-
 #: rhodecode/templates/base/root.html:45
-msgid "Start following this repository"
+#: rhodecode/templates/data_table/_dt_elements.html:147
+msgid "Stop following this repository"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:46
-msgid "Group"
+msgid "Start following this repository"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:47
-msgid "members"
+msgid "Group"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:48
-#: rhodecode/templates/pullrequests/pullrequest.html:203
-msgid "Loading ..."
+msgid "members"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:49
-msgid "Search truncated"
+#: rhodecode/templates/pullrequests/pullrequest.html:203
+msgid "Loading ..."
 msgstr ""
 
 #: rhodecode/templates/base/root.html:50
-msgid "No matching files"
+msgid "Search truncated"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:51
-#: rhodecode/templates/changelog/changelog.html:45
-msgid "Open new pull request"
+msgid "No matching files"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:52
-msgid "Open new pull request for selected changesets"
+#: rhodecode/templates/changelog/changelog.html:45
+msgid "Open new pull request"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:53
-msgid "Show selected changesets __S -> __E"
+msgid "Open new pull request for selected changesets"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:54
-msgid "Show selected changeset __S"
+msgid "Show selected changesets __S -> __E"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:55
-msgid "Selection link"
+msgid "Show selected changeset __S"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:56
-#: rhodecode/templates/changeset/diff_block.html:8
-msgid "Collapse diff"
+msgid "Selection link"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:57
-msgid "Expand diff"
+#: rhodecode/templates/changeset/diff_block.html:8
+msgid "Collapse diff"
 msgstr ""
 
 #: rhodecode/templates/base/root.html:58
-msgid "Failed to remoke permission"
+msgid "Expand diff"
+msgstr ""
+
+#: rhodecode/templates/base/root.html:59
+msgid "Failed to revoke permission"
 msgstr ""
 
 #: rhodecode/templates/bookmarks/bookmarks.html:5
--- a/rhodecode/templates/base/root.html	Wed Jun 05 19:12:16 2013 +0200
+++ b/rhodecode/templates/base/root.html	Wed Jun 05 19:55:35 2013 +0200
@@ -1,5 +1,6 @@
 ## -*- coding: utf-8 -*-
 <!DOCTYPE html>
+
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <title>${self.title()}</title>
@@ -15,8 +16,8 @@
             ## EXTRA FOR CSS
             ${self.css_extra()}
         </%def>
-        <%def name="css_extra()">
-        </%def>
+
+        <%def name="css_extra()"></%def>
 
         ${self.css()}
 
@@ -55,7 +56,7 @@
                 'Selection link': "${_('Selection link')}",
                 'Collapse diff': "${_('Collapse diff')}",
                 'Expand diff': "${_('Expand diff')}",
-                'Failed to remoke permission': "${_('Failed to remoke permission')}"
+                'Failed to revoke permission': "${_('Failed to revoke permission')}"
             };
             var _TM = TRANSLATION_MAP;