Add some friendly "report bugs here" links
ClosedPublic

Authored by leinir on Nov 27 2019, 10:56 AM.

Details

Summary

Add a link to the FeedbackOverlay's "report-a-bug-please" bit

Also add the link to EntryDetails (and remove some debug items)

This is in response to a comment i made on D25189 in which i said there
were a few places i would like to do this.

Diff Detail

Repository
R304 KNewStuff
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
leinir created this revision.Nov 27 2019, 10:56 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptNov 27 2019, 10:56 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
leinir requested review of this revision.Nov 27 2019, 10:56 AM

Instead of using .arg(), just put the variable inline, inside the i18n call. This is less fragile and less likely to produce visible i18n errors in the UI.

Also, screenshots in the Test Plan section are always appreciated for user-visible changes. :)

leinir updated this revision to Diff 70733.Dec 2 2019, 11:30 AM
  • Merge branch 'master' into helpful-linking-for-bugs
  • Don't use .arg, just embed the URLs directly in the translatable text
davidedmundson accepted this revision.Dec 2 2019, 12:18 PM
This revision is now accepted and ready to land.Dec 2 2019, 12:18 PM
ngraham accepted this revision.Dec 2 2019, 3:47 PM
This revision was automatically updated to reflect the committed changes.