D17533: Make the button's purpose more clear

2020-09-28 Thread Nathaniel Graham
ngraham added a comment. @amantia, if you would like to continue with this, could you move it to invent.kde.org? as a merge request for plasma-desktop? Thanks! REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D17533 To: amantia, #plasma_accessibility,

D17533: Make the button's purpose more clear

2019-01-07 Thread Andras Mantia
amantia added a comment. I understand that, of course. I think the question is: is this an improvement or not? I think it is (not perfect, has problems, but an improvement), but if considered to be not, I will just abandon it, no hard feelings. REPOSITORY R119 Plasma Desktop REVISION

D17533: Make the button's purpose more clear

2019-01-07 Thread Pino Toscano
pino added a comment. I'm personally still not convinced about the usage of the bold for questions, as I wrote in an earlier comment. The rest is not up to me. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D17533 To: amantia, #plasma_accessibility,

D17533: Make the button's purpose more clear

2019-01-07 Thread Andras Mantia
amantia added a comment. Ping? I'll push this if there are no strong objections. REPOSITORY R119 Plasma Desktop REVISION DETAIL https://phabricator.kde.org/D17533 To: amantia, #plasma_accessibility, davidedmundson, aacid, ngraham Cc: pino, gladhorn, ngraham, plasma-devel, kvanton,

D17533: Make the button's purpose more clear

2018-12-17 Thread Andras Mantia
amantia updated this revision to Diff 47714. amantia added a comment. Use title case REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D17533?vs=47712=47714 BRANCH accesbility_dialog_improvement REVISION DETAIL https://phabricator.kde.org/D17533

D17533: Make the button's purpose more clear

2018-12-17 Thread Pino Toscano
pino added a comment. Regarding the use of bold: please note that using bold in some languages (usually eastern ones) either is not possible, or it does not make sense. So please do not solely rely on it to convey anything. INLINE COMMENTS > kaccess.cpp:671 > dialog = new

D17533: Make the button's purpose more clear

2018-12-17 Thread Andras Mantia
amantia added a comment. I perfectly agree with Frederik. There is room for improvement, but my intention was not to completely change it, just to make it slightly more clear what this is about. The rest can be fixed in a separate commit, if anyone is interested to do it. :) INLINE

D17533: Make the button's purpose more clear

2018-12-17 Thread Andras Mantia
amantia updated this revision to Diff 47712. amantia added a comment. Change the individual texts REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D17533?vs=47661=47712 BRANCH accesbility_dialog_improvement REVISION DETAIL

D17533: Make the button's purpose more clear

2018-12-17 Thread Frederik Gladhorn
gladhorn added a comment. I also find the text rather confusing (thank you for working on this!). What is AccessX? And why should I care as a user? I need the feature... On the other hand, this patch is simple, self-contained, and in my opinion a clear improvement, so I'd vote for

D17533: Make the button's purpose more clear

2018-12-16 Thread Andras Mantia
amantia abandoned this revision. amantia added inline comments. INLINE COMMENTS > ngraham wrote in kaccess.cpp:870 > Let's use `xi18nc()` for this: > > `xi18nc("@info", "%1", question)` That looks weird., as it creates a translatable string for no reason. Obviously best would be to update

D17533: Make the button's purpose more clear

2018-12-16 Thread Nathaniel Graham
ngraham added inline comments. INLINE COMMENTS > kaccess.cpp:870 > + QStringLiteral(" ") + i18n("These > AccessX settings are needed for some users with motion impairments and can be > configured in the KDE System Settings. You can also turn them on and off

D17533: Make the button's purpose more clear

2018-12-16 Thread Andras Mantia
amantia added a comment. Yes, most questions can be answered with Yes/No, and still I'd say it is better to use Yes/No, instead of OK/Cancel. OK/Cancel is rather useless, although widely used, I know... I made the question text bold now, and unfortunately as I said I don't want to spend

D17533: Make the button's purpose more clear

2018-12-16 Thread Andras Mantia
amantia updated this revision to Diff 47661. amantia added a comment. Make the question text bold REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D17533?vs=47590=47661 BRANCH accesbility_dialog_improvement REVISION DETAIL

D17533: Make the button's purpose more clear

2018-12-15 Thread Nathaniel Graham
ngraham added a comment. All dialogs ask a question that can be answered with a yes or a no. The problem is that most users don't read dialog box text--especially very long text, like the kind presented here. They do generally read the dialog box button labels though, which is why it's so

D17533: Make the button's purpose more clear

2018-12-14 Thread Andras Mantia
amantia added a comment. I'm not a native speaker, but I don't see how OK/Cancel is better. The dialog shows a question that can be answered with Yes or No. See also the HIG https://hig.kde.org/components/assistance/message.html > - Apply confirmation button labels when further

D17533: Make the button's purpose more clear

2018-12-14 Thread Nathaniel Graham
ngraham added a comment. In D17533#376922 , @amantia wrote: > You can't change to Yes/No (that was my first try), as the question might be one of the following: > > - "Activate foo ?" > - "Deactivate foo?" > - "Activate foo and

D17533: Make the button's purpose more clear

2018-12-14 Thread Andras Mantia
amantia updated this revision to Diff 47590. amantia added a comment. Improve dialog title as well REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D17533?vs=47441=47590 BRANCH accesbility_dialog_improvement REVISION DETAIL

D17533: Make the button's purpose more clear

2018-12-14 Thread Nathaniel Graham
ngraham requested changes to this revision. ngraham added a comment. This revision now requires changes to proceed. While we're here, let's change yes to Accept and No to Cancel. Also, the dialog's title should probably be something more descriptive than "Warning". REPOSITORY R119 Plasma

D17533: Make the button's purpose more clear

2018-12-14 Thread Andras Mantia
amantia added a comment. You can't change to Yes/No (that was my first try), as the question might be one of the following: - "Activate foo ?" - "Deactivate foo?" - "Activate foo and deactivate bar?" REPOSITORY R119 Plasma Desktop REVISION DETAIL