Merge lp:~mterry/podbird/ok into lp:podbird/devel

Proposed by Michael Terry
Status: Merged
Approved by: Nekhelesh Ramananthan
Approved revision: 148
Merged at revision: 151
Proposed branch: lp:~mterry/podbird/ok
Merge into: lp:podbird/devel
Diff against target: 21 lines (+2/-2)
1 file modified
app/ui/SettingsPage.qml (+2/-2)
To merge this branch: bzr merge lp:~mterry/podbird/ok
Reviewer Review Type Date Requested Status
Nekhelesh Ramananthan Approve
Review via email: mp+296060@code.launchpad.net

Commit message

Fix spelling of OK.

Description of the change

It's either OK or Okay.

To post a comment you must log in.
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

Sorry for the *LONG* delay. Code changes look good. Approving and merging.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'app/ui/SettingsPage.qml'
2--- app/ui/SettingsPage.qml 2016-03-24 16:43:33 +0000
3+++ app/ui/SettingsPage.qml 2016-05-30 17:53:09 +0000
4@@ -74,7 +74,7 @@
5 }
6
7 Button {
8- text: i18n.tr("Ok")
9+ text: i18n.tr("OK")
10 color: podbird.appTheme.positiveActionButton
11 onClicked: {
12 podbird.settings.skipForward = Math.round(slider.value)
13@@ -109,7 +109,7 @@
14 }
15
16 Button {
17- text: i18n.tr("Ok")
18+ text: i18n.tr("OK")
19 color: podbird.appTheme.positiveActionButton
20 onClicked: {
21 podbird.settings.skipBack = Math.round(slider.value)

Subscribers

People subscribed via source and target branches