Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed request payment button text and tab description #14484

Closed
wants to merge 2 commits into from

Conversation

HatboyWonder
Copy link

@HatboyWonder HatboyWonder commented Oct 15, 2018

Small change by altering the text values for the request payment button and it's tab description to the ones suggested in #14482.

Closes #14482

@fanquake fanquake added the GUI label Oct 15, 2018
@jonasschnelli
Copy link
Contributor

utACK 59a9bd6.
Though we should probably discuss how we could remove the address book and eventually increase the usability of per-transaction comments and labels.

@meshcollider
Copy link
Contributor

utACK 59a9bd6

@jonasschnelli agreed, this is a good first step for usability though

@HatboyWonder
Copy link
Author

I can surely help with improving per-transaction comments and labels if you point me in the right direction.

@@ -108,7 +108,7 @@
</size>
</property>
<property name="text">
<string>&amp;Request payment</string>
<string>&amp;Receive payment</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem literally correct. Receiving only happens when the sender sends. :/

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this text even change than. As far as I understand it's function it makes sense.

Copy link
Contributor

@flack flack Oct 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe call it something like "Create new receiving address" instead? (I guess "request payment" was also not literally correct, since it doesn't send a payment request anywhere AFAICT)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do.

src/qt/addressbookpage.cpp Outdated Show resolved Hide resolved
@@ -107,7 +107,7 @@ AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode,
ui->newAddress->setVisible(true);
break;
case ReceivingTab:
ui->labelExplanation->setText(tr("These are your Bitcoin addresses for receiving payments. Use the request payment button in the receive tab to create new addresses."));
ui->labelExplanation->setText(tr("These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses."));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Prefer to have the button label here as a %1 token, so translations don't need to change when/if we rename the button again. (OTOH, the button itself needs &amp;, so maybe not worth the trouble...)

@@ -108,7 +108,7 @@
</size>
</property>
<property name="text">
<string>&amp;Receive payment</string>
<string>&amp;Create new receiving address</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep r as the accelerator key.

@promag
Copy link
Member

promag commented Oct 15, 2018

I think we shouldn't rush as this doesn't look consistent:

screenshot 2018-10-15 at 13 54 23

I agree with @jonasschnelli, first discuss, mock etc, and them implement?

@HatboyWonder
Copy link
Author

HatboyWonder commented Oct 16, 2018

I think we shouldn't rush as this doesn't look consistent:

screenshot 2018-10-15 at 13 54 23

I agree with @jonasschnelli, first discuss, mock etc, and them implement?

Ok so what is the scope of these changes. Should this be done in the course of this issue?

@laanwj
Copy link
Member

laanwj commented Jan 16, 2019

This seems to have bled out a bit.

@jonasschnelli
Copy link
Contributor

I think this is a general improvement. We can do further extensions/cleanup later. Lets merge this.
utACK c46a603
@HatboyWonder: can you squash the second commits since its basically overwriting your first commit.

@fanquake
Copy link
Member

@jonasschnelli squashed/rebased in #15829.

@fanquake fanquake closed this Apr 16, 2019
nkostoulas added a commit to nkostoulas/bitcoin that referenced this pull request Apr 17, 2019
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 73297a098824e9c4f25a93cf0225f4597e9aa678cb0a2ded79613cc36e4c6e71b648d45a86bcf66324b4fd52fda9c9fa3c15e7523f26f4b8ebd09d97fceef7ed
laanwj added a commit that referenced this pull request Apr 18, 2019
81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of #14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK 81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Sep 30, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Oct 7, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Oct 7, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Oct 12, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Oct 16, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Oct 20, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Oct 21, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
Munkybooty pushed a commit to Munkybooty/dash that referenced this pull request Oct 23, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Oct 24, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Oct 25, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
pravblockc pushed a commit to pravblockc/dash that referenced this pull request Nov 18, 2021
…escription

81b2830 qt: update request payment button text and tab description (Tobias Kaderle)

Pull request description:

  Rebased and squashed version of bitcoin#14484.

  ![create new address](https://user-images.githubusercontent.com/863730/56212202-1f665980-608c-11e9-80d8-87a6211a9def.png)

  ![addresses dialog](https://user-images.githubusercontent.com/863730/56212205-22614a00-608c-11e9-83e4-efe531ea6070.png)

ACKs for commit 81b283:
  MarcoFalke:
    utACK 81b2830
  jonasschnelli:
    utACK 81b2830
  meshcollider:
    utACK bitcoin@81b2830

Tree-SHA512: 96c6dc1f08560066110ec916b0a8879265db46174a5c5993332509b6bceb93ed6a8e06e3e8bd382e35aacc1c4d4a2458ec1d065213060db34ded4f0b2683964a
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better name for "Request Payment" button
8 participants