ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #02445
[Merge] lp:~mterry/ubuntu-terminal-app/Ok into lp:ubuntu-terminal-app
Michael Terry has proposed merging lp:~mterry/ubuntu-terminal-app/Ok into lp:ubuntu-terminal-app.
Commit message:
Fix spelling of OK in authentication dialog.
Requested reviews:
Ubuntu Terminal Developers (ubuntu-terminal-dev)
For more details, see:
https://code.launchpad.net/~mterry/ubuntu-terminal-app/Ok/+merge/260631
Fix spelling of OK in authentication dialog.
It's either OK or Okay. But Ok isn't anything.
--
Your team Ubuntu Terminal Developers is requested to review the proposed merge of lp:~mterry/ubuntu-terminal-app/Ok into lp:ubuntu-terminal-app.
=== modified file 'src/app/qml/AuthenticationDialog.qml'
--- src/app/qml/AuthenticationDialog.qml 2014-12-05 22:52:26 +0000
+++ src/app/qml/AuthenticationDialog.qml 2015-05-29 21:15:05 +0000
@@ -47,7 +47,7 @@
id: okButton
objectName: "okButton"
- text: i18n.tr("Ok")
+ text: i18n.tr("OK")
color: UbuntuColors.green
onClicked: {
Follow ups