Skip to content

Commit

Permalink
Minor label change
Browse files Browse the repository at this point in the history
  • Loading branch information
semuxgo committed Apr 15, 2021
1 parent 13b1b45 commit 1beed55
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/semux/gui/dialog/TransactionDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public TransactionDialog(JFrame parent, Transaction tx, Kernel kernel) {
JLabel lblNonce = new JLabel(GuiMessages.get("Nonce") + ":");
JLabel lblTimestamp = new JLabel(GuiMessages.get("Timestamp") + ":");
JLabel lblData = new JLabel(GuiMessages.get("Data") + ":");
JLabel lblGas = new JLabel(GuiMessages.get("Gas"));
JLabel lblGas = new JLabel(GuiMessages.get("gasLimit"));
JLabel lblGasPrice = new JLabel(GuiMessages.get("GasPrice"));
JLabel lblTransactionResult = new JLabel(GuiMessages.get("TransactionResult"));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public TransactionResultDialog(JFrame parent, Transaction tx, TransactionResult

JLabel lblBlockNumber = new JLabel(GuiMessages.get("BlockNumber"));
JLabel lblCode = new JLabel(GuiMessages.get("Code"));
JLabel lblGas = new JLabel(GuiMessages.get("Gas"));
JLabel lblGas = new JLabel(GuiMessages.get("gasLimit"));
JLabel lblGasUsed = new JLabel(GuiMessages.get("GasUsed"));
JLabel lblGasPrice = new JLabel(GuiMessages.get("GasPrice"));
JLabel lblReturnData = new JLabel(GuiMessages.get("ReturnData"));
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/semux/gui/panel/SendPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public SendPanel(SemuxGui gui, JFrame frame) {
txtValue.setActionCommand(Action.SEND.name());
txtValue.addActionListener(this);

JLabel lblGas = new JLabel(GuiMessages.get("Gas") + ":");
JLabel lblGas = new JLabel(GuiMessages.get("gasLimit") + ":");
lblGas.setHorizontalAlignment(SwingConstants.RIGHT);

txtGas = SwingUtil.textFieldWithCopyPastePopup();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ MethodError = Error calling {0}

# transaction
NewContract = New contract
Gas = Gas
gasLimit = Gas Limit
GasPrice = Gas price

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_ar_SA.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = خطأ في بدء {0}

# transaction
NewContract = Create contract
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas price

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_de_DE.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Fehler beim Aufruf von {0}

# transaction
NewContract = Vertrag erstellen
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gaspreis

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_es_ES.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Error calling {0}

# transaction
NewContract = Create contract
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas price

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_fr_FR.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Erreur d''appel {0}

# transaction
NewContract = Créer un contrat
Gas = Gaz
gasLimit=Gas Limit
GasPrice = Prix du gaz

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_id_ID.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Kesalahan panggilan {0}

# transaction
NewContract = Create contract
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas price

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_it_IT.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Errore chiamata {0}

# transaction
NewContract = Crea contratto
Gas = Gas
gasLimit=Gas Limit
GasPrice = Prezzo del Gas

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_ja_JP.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Error calling {0}

# transaction
NewContract = Create contract
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas price

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_ko_KR.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Error calling {0}

# transaction
NewContract = Create contract
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas price

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_ru_RU.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Ошибка вызова {0}

# transaction
NewContract = Создать контракт
Gas = Газ (Gas)
gasLimit=Gas Limit
GasPrice = Цена газа (Gas)

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_sl_SI.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Napaka pri izvedbi {0}

# transaction
NewContract = Ustvari pogodbo
Gas = Gas
gasLimit=Gas Limit
GasPrice = Cena Gas-a

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_tr_TR.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = {0} ile iletişim hatası

# transaction
NewContract = Create contract
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas price

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_vi_VN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = Lỗi cú pháp {0}

# transaction
NewContract = Create contract
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas price

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = 调用{0} 时出错

# transaction
NewContract = 创建智能合约
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas 价格

# transaction result
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/org/semux/gui/messages_zh_TW.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ MethodError = 調用 {0} 時出錯

# transaction
NewContract = 創建智能合約
Gas = Gas
gasLimit=Gas Limit
GasPrice = Gas 價格

# transaction result
Expand Down

0 comments on commit 1beed55

Please sign in to comment.