Skip to content

Commit

Permalink
qt: more watchonly -> watch-only
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Jul 31, 2014
1 parent bd26fee commit c0e9548
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="toolTip">
<string>Your current balance in watchonly addresses</string>
<string>Your current balance in watch-only addresses</string>
</property>
<property name="text">
<string>0 BTC</string>
Expand All @@ -314,7 +314,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="toolTip">
<string>Unconfirmed transactions to watchonly addresses</string>
<string>Unconfirmed transactions to watch-only addresses</string>
</property>
<property name="text">
<string>0 BTC</string>
Expand All @@ -339,7 +339,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="toolTip">
<string>Mined balance in watchonly addresses that has not yet matured</string>
<string>Mined balance in watch-only addresses that has not yet matured</string>
</property>
<property name="text">
<string>0 BTC</string>
Expand Down Expand Up @@ -383,7 +383,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="toolTip">
<string>Current total balance in watchonly addresses</string>
<string>Current total balance in watch-only addresses</string>
</property>
<property name="text">
<string>0 BTC</string>
Expand Down
22 changes: 11 additions & 11 deletions src/qt/locale/bitcoin_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1546,34 +1546,34 @@ Address: %4
</message>
<message>
<location line="+38"/>
<source>Your current balance in watchonly addresses</source>
<source>Your current balance in watch-only addresses</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<location line="+25"/>
<location line="+25"/>
<location line="+44"/>
<source>0 BTC</source>
<source>Unconfirmed transactions to watch-only addresses</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-72"/>
<source>Unconfirmed transactions to watchonly addresses</source>
<location line="+25"/>
<source>Mined balance in watch-only addresses that has not yet matured</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+25"/>
<source>Mined balance in watchonly addresses that has not yet matured</source>
<location line="+44"/>
<source>Current total balance in watch-only addresses</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-91"/>
<location line="+25"/>
<location line="+25"/>
<location line="+44"/>
<source>Current total balance in watchonly addresses</source>
<source>0 BTC</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+67"/>
<location line="+64"/>
<source>&lt;b&gt;Recent transactions&lt;/b&gt;</source>
<translation>&lt;b&gt;Recent transactions&lt;/b&gt;</translation>
</message>
Expand Down

0 comments on commit c0e9548

Please sign in to comment.