Skip to content

Commit

Permalink
Update some button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Jan 27, 2018
1 parent a0f6c91 commit 3e0b6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/ui/DlgSqlLayerWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ columns</string>
<item>
<widget class="QPushButton" name="presetStore">
<property name="text">
<string>Store</string>
<string>Save</string>
</property>
</widget>
</item>
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/db_manager/ui/DlgSqlWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ columns</string>
<item row="2" column="3">
<widget class="QPushButton" name="loadLayerBtn">
<property name="text">
<string>Load now!</string>
<string>Load</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -302,7 +302,7 @@ unique values</string>
<item>
<widget class="QPushButton" name="presetStore">
<property name="text">
<string>Store</string>
<string>Save</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 3e0b6a3

Please sign in to comment.