Skip to content

Commit

Permalink
0.14.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jestevez committed Mar 23, 2018
1 parent b581060 commit 262d7a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>info.onixcoin</groupId>
<artifactId>onixcoinj-gui</artifactId>
<version>0.14-SNAPSHOT</version>
<version>0.14.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>onixcoinj-gui</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void initialize(@Nullable KeyParameter aesKey) {
qrXpub.setImage(qrImage);

AwesomeDude.setIcon(copyWidget, AwesomeIcon.COPY);
Tooltip.install(copyWidget, new Tooltip("Copy Master Public Key to Clickboard"));
Tooltip.install(copyWidget, new Tooltip(Main.resourceBundle.getString("walletspk.tooltip.copyxpub")));
}

private void askForPasswordAndRetry() {
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/bundle_i18n_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ walletsmpk.mpk=Master public key
walletsmpk.xpub=xpub
walletsmpk.warn=Sharing your public key will allow someone to see your balance and transaction history
walletspk.btnclose=Close
walletspk.tooltip.copyxpub=Copy Master Public Key to Clickboard
about.title=About
about.btnclose=Close
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/bundle_i18n_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ walletsmpk.mpk=Clave p\u00fablica
walletsmpk.xpub=xpub
walletsmpk.warn=Compartir su clave p\u00fablica permitir\u00e1 que alguien pueda ver su saldo e historial de transacciones
walletspk.btnclose=Cerrar
walletspk.tooltip.copyxpub=Copiar la clave p\u00fablica al portapapeles

about.title=Acerca de
about.btnclose=Cerrar
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/info/onixcoin/desktop/wallet_about.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Hyperlink onAction="#goYeyoPage" layoutX="29.0" layoutY="331.0" text="https://www.joseluisestevez.com" />
<Text layoutX="29.0" layoutY="101.0" strokeType="OUTSIDE" strokeWidth="0.0" text="%app.version" />
<Text layoutX="29.0" layoutY="140.0" strokeType="OUTSIDE" strokeWidth="0.0" text="%app.licence" />
<Text layoutX="491.0" layoutY="278.0" strokeType="OUTSIDE" strokeWidth="0.0" text="%app.powerby" />
<Text layoutX="480.0" layoutY="278.0" strokeType="OUTSIDE" strokeWidth="0.0" text="%app.powerby" />
</children>
<effect>
<DropShadow />
Expand Down

0 comments on commit 262d7a3

Please sign in to comment.