i18n: Add context @title:window to window titles
ClosedPublic

Authored by aspotashev on Jul 21 2019, 2:07 AM.

Diff Detail

Repository
R168 Kleopatra
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
aspotashev created this revision.Jul 21 2019, 2:07 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptJul 21 2019, 2:07 AM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
aspotashev requested review of this revision.Jul 21 2019, 2:07 AM
pino added a subscriber: pino.Jul 21 2019, 5:43 AM

Since you are changing the strings, I suggest changing them to bein line with the HIG:
https://hig.kde.org/style/writing/capitalization.html

src/commands/exportpaperkeycommand.cpp
114

"Print Secret Map"

src/crypto/gui/signencryptemailconflictdialog.cpp
417

"for"

542

"for"

src/dialogs/exportdialog.cpp
172

no "..."

src/dialogs/subkeyswidget.cpp
173

"Details"

src/dialogs/updatenotification.cpp
214

"Update Available" (no exclamation mark)

src/view/pgpcardwidget.cpp
278

"Keys"

aspotashev updated this revision to Diff 62235.Jul 21 2019, 8:28 PM
aspotashev marked 7 inline comments as done.
  • i18n: Fix window titles in accordance with HIG
dvratil accepted this revision.Jul 23 2019, 9:17 AM
dvratil added a subscriber: dvratil.

LGTM

This revision is now accepted and ready to land.Jul 23 2019, 9:17 AM
This revision was automatically updated to reflect the committed changes.