GUI: Clarify user interface '...' => 'Browse...'
This commit is contained in:
parent
db274e8308
commit
3c00a22c42
|
@ -57,7 +57,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="mBtnBrowseImportProject">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<string>Browse...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -309,7 +309,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="mBtnBrowseBuildDir">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<string>Browse...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue