Git: Rename branch -> targetBranch in Push to Gerrit

Change-Id: I725a7e9ece2bf1e8854dc077cb93a1f7cc1eb90c
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2014-02-10 22:49:55 +02:00
committed by Orgad Shaneh
parent 517c357770
commit 292e4599aa
2 changed files with 13 additions and 13 deletions

View File

@@ -60,17 +60,17 @@
<widget class="QComboBox" name="remoteComboBox"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="branchLabel">
<widget class="QLabel" name="targetBranchLabel">
<property name="text">
<string>&amp;Branch:</string>
<string>Target &amp;branch:</string>
</property>
<property name="buddy">
<cstring>branchComboBox</cstring>
<cstring>targetBranchComboBox</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="branchComboBox"/>
<widget class="QComboBox" name="targetBranchComboBox"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="topicLabel">