From 5bbff9f5a6ea805f606474bba9471171c1292427 Mon Sep 17 00:00:00 2001
From: Thomas Keller
Date: Tue, 31 May 2011 13:39:55 +0200
Subject: [PATCH] Rename the "Go to revision" button in the SVN views to
"Switch", so it doesn't break into the next line.
---
src/IDF/locale/de/idf.po | 4 ++--
src/IDF/templates/idf/source/svn/changelog.html | 2 +-
src/IDF/templates/idf/source/svn/commit.html | 2 +-
src/IDF/templates/idf/source/svn/file.html | 2 +-
src/IDF/templates/idf/source/svn/tree.html | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/IDF/locale/de/idf.po b/src/IDF/locale/de/idf.po
index 3b48b07..ec7530d 100644
--- a/src/IDF/locale/de/idf.po
+++ b/src/IDF/locale/de/idf.po
@@ -3409,8 +3409,8 @@ msgstr "Revision:"
#: IDF/gettexttemplates/idf/source/svn/commit.html.php:4
#: IDF/gettexttemplates/idf/source/svn/file.html.php:11
#: IDF/gettexttemplates/idf/source/svn/tree.html.php:16
-msgid "Go to revision"
-msgstr "Zu Rev. gehen"
+msgid "Switch"
+msgstr "Wechseln"
#: IDF/gettexttemplates/idf/source/svn/file.html.php:6
#: IDF/gettexttemplates/idf/source/svn/tree.html.php:11
diff --git a/src/IDF/templates/idf/source/svn/changelog.html b/src/IDF/templates/idf/source/svn/changelog.html
index b535e5c..12287a8 100644
--- a/src/IDF/templates/idf/source/svn/changelog.html
+++ b/src/IDF/templates/idf/source/svn/changelog.html
@@ -4,7 +4,7 @@
{trans 'Revision:'} {$commit}
-
+
{/block}
diff --git a/src/IDF/templates/idf/source/svn/commit.html b/src/IDF/templates/idf/source/svn/commit.html
index 830cf60..024f539 100644
--- a/src/IDF/templates/idf/source/svn/commit.html
+++ b/src/IDF/templates/idf/source/svn/commit.html
@@ -4,7 +4,7 @@
{trans 'Revision:'} {$commit}
-
+
{/block}
diff --git a/src/IDF/templates/idf/source/svn/file.html b/src/IDF/templates/idf/source/svn/file.html
index 27e6aca..4e08bdc 100644
--- a/src/IDF/templates/idf/source/svn/file.html
+++ b/src/IDF/templates/idf/source/svn/file.html
@@ -38,7 +38,7 @@
-
+
{/block}
diff --git a/src/IDF/templates/idf/source/svn/tree.html b/src/IDF/templates/idf/source/svn/tree.html
index c6ecad2..fd5d5aa 100644
--- a/src/IDF/templates/idf/source/svn/tree.html
+++ b/src/IDF/templates/idf/source/svn/tree.html
@@ -66,7 +66,7 @@
-
+
{trans 'Branches:'}
{foreach $branches as $branch => $path}