GNOME Bugzilla – Bug 774212
user-details "message" button not clear
Last modified: 2017-08-02 00:58:22 UTC
Having the label in the button something like "Start a conversation" would make things clearer.
Makes sense to me.
Created attachment 339539 [details] [review] user-details: Change message button label in userDetails 'Message' can be both a noun and verb, thus resulting in confusion in terms of its translation to other languages. It also makes more sense to have the label correspond with the 'End Conversation' available in the sidebar's right-click menu. This commit changes the message button label in userDetails used by userPopover and userList from 'Message' to 'Start Conversation'.
Review of attachment 339539 [details] [review]: Code is obviously fine, some commit message nits: - Subject should be: "userDetails: Change message button label" (that is: camelCase the prefix, and don't repeat it unnecessarily) - avoid constructs like "this commit does/changes/implements/..."; suggestion: Just make it a conclusion of the first paragraph: "[...] right-click menu, so change it to 'Start Conversation'."
Created https://github.com/GNOME/polari/pull/1
(In reply to Rishabh from comment #4) > Created https://github.com/GNOME/polari/pull/1 We don't do pull requests, patches should be attached here. But note that there already *is* a patch for this particular issue, which just needs some fixups in the commit message.