Fix translator comment for Restore Wallet QInputDialog #629

pull w0xlt wants to merge 1 commits into bitcoin-core:master from w0xlt:471-follow-up changing 1 files +6 −2
  1. w0xlt commented at 2:56 pm on July 11, 2022: contributor

    Fix translator comment for Restore Wallet QInputDialog, as suggested in #471 (review).

    This also changes the window title name from Restore Name to Restore Wallet as it seems clearer.

  2. hebasto added the label Translations on Jul 15, 2022
  3. hebasto renamed this:
    gui: Fix translator comment for Restore Wallet `QInputDialog`
    Fix translator comment for Restore Wallet `QInputDialog`
    on Jul 15, 2022
  4. in src/qt/bitcoingui.cpp:435 in d7207dff67 outdated
    430@@ -431,7 +431,10 @@ void BitcoinGUI::createActions()
    431 
    432             bool wallet_name_ok;
    433             //: Title of the Restore Wallet input dialog (where the wallet name is entered)
    434-            QString wallet_name = QInputDialog::getText(this, tr("Restore Name"), tr("Wallet Name:"), QLineEdit::Normal, "", &wallet_name_ok);
    435+            QString title = tr("Restore Wallet");
    


    jarolrod commented at 0:48 am on July 17, 2022:
    you’re changing the window title name from Restore Name to Restore Wallet. If this is intended, please document in the PR description why you are doing this. The mentioned review comment doesn’t suggest this.

    w0xlt commented at 8:29 pm on July 17, 2022:
    Done.
  5. shaavan approved
  6. shaavan commented at 12:46 pm on July 19, 2022: contributor

    LGTM ACK d7207dff67d42bc06a3ca6534fe510a4936bc439

    • The added translation comment clearly explains the purpose of the text for which it is added.

    A small nit: I would suggest mentioning the title’s renaming in the commit message as well.

    Edit: Address this comment. Thanks for notifying @hebasto!

  7. hebasto commented at 12:48 pm on July 19, 2022: member

    @shaavan

    LGTM d7207df

    “LGTM” cannot be parsed by the merging script.

  8. in src/qt/bitcoingui.cpp:435 in d7207dff67 outdated
    430@@ -431,7 +431,10 @@ void BitcoinGUI::createActions()
    431 
    432             bool wallet_name_ok;
    433             //: Title of the Restore Wallet input dialog (where the wallet name is entered)
    434-            QString wallet_name = QInputDialog::getText(this, tr("Restore Name"), tr("Wallet Name:"), QLineEdit::Normal, "", &wallet_name_ok);
    435+            QString title = tr("Restore Wallet");
    436+            //: Label of the Restore Wallet input dialog (where the wallet name is entered)
    


    hebasto commented at 1:15 pm on July 19, 2022:

    For the consistency, do you mind adding a full stop to the end of the translator comments?

    (here and above)


  9. hebasto approved
  10. hebasto commented at 1:16 pm on July 19, 2022: member
    ACK d7207dff67d42bc06a3ca6534fe510a4936bc439, verified using make -C src translate.
  11. w0xlt force-pushed on Jul 21, 2022
  12. w0xlt commented at 2:41 am on July 21, 2022: contributor
  13. jarolrod commented at 5:24 am on July 21, 2022: member

    translator comments look good enough to me, maybe could do the following if you believe it’s an improvement?

     0--- a/src/qt/bitcoingui.cpp
     1+++ b/src/qt/bitcoingui.cpp
     2@@ -430,9 +430,10 @@ void BitcoinGUI::createActions()
     3             if (backup_file.isEmpty()) return;
     4 
     5             bool wallet_name_ok;
     6-            //: Title of the Restore Wallet input dialog (where the wallet name is entered).
     7+            /*: Title of pop-up window shown when the user is attempting to
     8+                restore a wallet. */
     9             QString title = tr("Restore Wallet");
    10-            //: Label of the Restore Wallet input dialog (where the wallet name is entered).
    11+            //: Label of the input field where the name of the wallet is entered.
    12             QString label = tr("Wallet Name");
    13             QString wallet_name = QInputDialog::getText(this, title, label, QLineEdit::Normal, "", &wallet_name_ok);
    14             if (!wallet_name_ok || wallet_name.isEmpty()) return;
    
  14. gui: Fix translator comment for Restore Wallet QInputDialog
    This also changes the window title name
    from `Restore Name` to `Restore Wallet`.
    9d9a098530
  15. w0xlt force-pushed on Jul 23, 2022
  16. w0xlt commented at 2:27 am on July 23, 2022: contributor
  17. shaavan approved
  18. shaavan commented at 7:39 am on July 23, 2022: contributor

    reACK 9d9a098530df9986039f64b2810b6375b715f196

    Changes since my last review:

    • The translator’s comments have been updated.

    I feel the updated translator comments are an improvement and better clarify the purpose of the title and label Qstrings.

  19. hebasto merged this on Jul 23, 2022
  20. hebasto closed this on Jul 23, 2022

  21. w0xlt deleted the branch on Jul 24, 2022
  22. sidhujag referenced this in commit 760faf7f67 on Jul 24, 2022
  23. hebasto referenced this in commit bc29c4d4a5 on Sep 14, 2022
  24. sidhujag referenced this in commit cbbe8d7930 on Sep 14, 2022
  25. bitcoin-core locked this on Jul 24, 2023

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin-core/gui. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-10-23 01:20 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me