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:
parent
b5fcf1636a
commit
5bbff9f5a6
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
<p><strong>{trans 'Revision:'}</strong> {$commit}</p>
|
||||
<p>
|
||||
<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>
|
||||
</form>
|
||||
{/block}
|
||||
|
@ -4,7 +4,7 @@
|
||||
<p><strong>{trans 'Revision:'}</strong> {$commit}</p>
|
||||
<p>
|
||||
<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>
|
||||
</form>
|
||||
{/block}
|
||||
|
@ -38,7 +38,7 @@
|
||||
<p>
|
||||
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
|
||||
<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>
|
||||
{/block}
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
||||
<p>
|
||||
<input accesskey="4" type="text" value="{$commit}" name="rev" size="5" />
|
||||
<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>
|
||||
<p><strong>{trans 'Branches:'}</strong><br />
|
||||
{foreach $branches as $branch => $path}
|
||||
|
Loading…
Reference in New Issue
Block a user