Changes to translations

This commit is contained in:
Henrique Santiago
2013-01-24 11:33:44 +00:00
parent 8d5cd95bc4
commit c3eede9872
9 changed files with 46 additions and 46 deletions

View File

@@ -27,7 +27,7 @@ MarketWindow < MainWindow
Label
id: balanceLabel
!text: tr('Balance:')
!text: tr('Balance') .. ':'
font: verdana-11px-rounded
text-offset: 0 2
anchors.top: parent.top

View File

@@ -67,7 +67,7 @@ Panel
Label
id: offerTypeLabel
!text: tr('Offer Type:')
!text: tr('Offer Type') .. ':'
font: verdana-11px-rounded
text-offset: 0 2
anchors.top: prev.bottom
@@ -87,7 +87,7 @@ Panel
Label
id: totalPriceLabel
!text: tr('Total Price:')
!text: tr('Total Price') .. ':'
font: verdana-11px-rounded
text-offset: 0 2
anchors.top: offerTypeLabel.top
@@ -108,7 +108,7 @@ Panel
Label
id: piecePriceLabel
!text: tr('Piece Price:')
!text: tr('Piece Price') .. ':'
font: verdana-11px-rounded
text-offset: 0 2
anchors.top: offerTypeLabel.top
@@ -129,7 +129,7 @@ Panel
Label
id: amountLabel
!text: tr('Amount:')
!text: tr('Amount') .. ':'
font: verdana-11px-rounded
text-offset: 0 2
anchors.top: offerTypeLabel.top

View File

@@ -133,7 +133,7 @@ Panel
auto-spacing: true
Label
!text: tr('Find:')
!text: tr('Find') .. ':'
anchors.top: prev.bottom
anchors.left: prev.left
margin-top: 9