Merge lp:~fitojb/ubuntu-docviewer-app/grammar into lp:ubuntu-docviewer-app/trunk

Proposed by Adolfo Jayme on 2015-03-04
Status: Merged
Approved by: Stefano Verzegnassi on 2015-03-04
Approved revision: 87
Merged at revision: 88
Proposed branch: lp:~fitojb/ubuntu-docviewer-app/grammar
Merge into: lp:ubuntu-docviewer-app/trunk
Diff against target: 24 lines (+2/-2)
2 files modified
po/com.ubuntu.docviewer.pot (+1/-1)
src/app/qml/documentPage/DocumentListView.qml (+1/-1)
To merge this branch: bzr merge lp:~fitojb/ubuntu-docviewer-app/grammar
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve on 2015-03-04
Stefano Verzegnassi 2015-03-04 Approve on 2015-03-04
Review via email: mp+251681@code.launchpad.net

Commit Message

Grammar: proper use of comparative in translatable string

Description of the Change

Grammar: proper use of comparative in translatable string

To post a comment you must log in.

Thanks for the patch. LGTM

review: Approve
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/com.ubuntu.docviewer.pot'
2--- po/com.ubuntu.docviewer.pot 2015-03-03 16:49:48 +0000
3+++ po/com.ubuntu.docviewer.pot 2015-03-04 01:43:02 +0000
4@@ -153,7 +153,7 @@
5 msgstr ""
6
7 #: ../src/app/qml/documentPage/DocumentListView.qml:146
8-msgid "Even more earlier..."
9+msgid "Even earlier..."
10 msgstr ""
11
12 #: ../src/app/qml/documentPage/DocumentPage.qml:25
13
14=== modified file 'src/app/qml/documentPage/DocumentListView.qml'
15--- src/app/qml/documentPage/DocumentListView.qml 2015-03-03 15:41:11 +0000
16+++ src/app/qml/documentPage/DocumentListView.qml 2015-03-04 01:43:02 +0000
17@@ -143,7 +143,7 @@
18 if (section == 3)
19 return i18n.tr("Earlier this month")
20
21- return i18n.tr("Even more earlier...")
22+ return i18n.tr("Even earlier...")
23 }
24 }
25

Subscribers

People subscribed via source and target branches