Rename the "Go to revision" button in the SVN views to "Switch", so it

doesn't break into the next line.
This commit is contained in:
Thomas Keller 2011-05-31 13:39:55 +02:00
parent b5fcf1636a
commit 5bbff9f5a6
5 changed files with 6 additions and 6 deletions

View File

@ -3409,8 +3409,8 @@ msgstr "Revision:"
#: IDF/gettexttemplates/idf/source/svn/commit.html.php:4 #: IDF/gettexttemplates/idf/source/svn/commit.html.php:4
#: IDF/gettexttemplates/idf/source/svn/file.html.php:11 #: IDF/gettexttemplates/idf/source/svn/file.html.php:11
#: IDF/gettexttemplates/idf/source/svn/tree.html.php:16 #: IDF/gettexttemplates/idf/source/svn/tree.html.php:16
msgid "Go to revision" msgid "Switch"
msgstr "Zu Rev. gehen" msgstr "Wechseln"
#: IDF/gettexttemplates/idf/source/svn/file.html.php:6 #: IDF/gettexttemplates/idf/source/svn/file.html.php:6
#: IDF/gettexttemplates/idf/source/svn/tree.html.php:11 #: IDF/gettexttemplates/idf/source/svn/tree.html.php:11

View File

@ -4,7 +4,7 @@
<p><strong>{trans 'Revision:'}</strong> {$commit}</p> <p><strong>{trans 'Revision:'}</strong> {$commit}</p>
<p> <p>
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" /> <input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
<input type="submit" name="s" value="{trans 'Go to revision'}" /> <input type="submit" name="s" value="{trans 'Switch'}" />
</p> </p>
</form> </form>
{/block} {/block}

View File

@ -4,7 +4,7 @@
<p><strong>{trans 'Revision:'}</strong> {$commit}</p> <p><strong>{trans 'Revision:'}</strong> {$commit}</p>
<p> <p>
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5"/> <input accesskey="4" type="text" value="{$commit}" name="rev" size="5"/>
<input type="submit" name="s" value="{trans 'Go to revision'}"/> <input type="submit" name="s" value="{trans 'Switch'}"/>
</p> </p>
</form> </form>
{/block} {/block}

View File

@ -38,7 +38,7 @@
<p> <p>
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" /> <input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
<input type="hidden" name="sourcefile" value="{$base}"/> <input type="hidden" name="sourcefile" value="{$base}"/>
<input type="submit" name="s" value="{trans 'Go to revision'}" /></p> <input type="submit" name="s" value="{trans 'Switch'}" /></p>
</form> </form>
{/block} {/block}

View File

@ -66,7 +66,7 @@
<p> <p>
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" /> <input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
<input type="hidden" name="sourcefile" value="{$base}"/> <input type="hidden" name="sourcefile" value="{$base}"/>
<input type="submit" name="s" value="{trans 'Go to revision'}" /></p> <input type="submit" name="s" value="{trans 'Switch'}" /></p>
</form> </form>
<p><strong>{trans 'Branches:'}</strong><br /> <p><strong>{trans 'Branches:'}</strong><br />
{foreach $branches as $branch => $path} {foreach $branches as $branch => $path}