← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

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

 

Adolfo Jayme has proposed merging lp:~fitojb/ubuntu-docviewer-app/grammar into lp:ubuntu-docviewer-app.

Commit message:
Grammar: proper use of comparative in translatable string

Requested reviews:
  Ubuntu Document Viewer Developers (ubuntu-docviewer-dev)
Related bugs:
  Bug #1427911 in Ubuntu Document Viewer App: "Grammar: ‘Even more earlier’ sounds redundant"
  https://bugs.launchpad.net/ubuntu-docviewer-app/+bug/1427911

For more details, see:
https://code.launchpad.net/~fitojb/ubuntu-docviewer-app/grammar/+merge/251681
-- 
Your team Ubuntu Document Viewer Developers is requested to review the proposed merge of lp:~fitojb/ubuntu-docviewer-app/grammar into lp:ubuntu-docviewer-app.
=== modified file 'po/com.ubuntu.docviewer.pot'
--- po/com.ubuntu.docviewer.pot	2015-03-03 16:49:48 +0000
+++ po/com.ubuntu.docviewer.pot	2015-03-04 01:43:02 +0000
@@ -153,7 +153,7 @@
 msgstr ""
 
 #: ../src/app/qml/documentPage/DocumentListView.qml:146
-msgid "Even more earlier..."
+msgid "Even earlier..."
 msgstr ""
 
 #: ../src/app/qml/documentPage/DocumentPage.qml:25

=== modified file 'src/app/qml/documentPage/DocumentListView.qml'
--- src/app/qml/documentPage/DocumentListView.qml	2015-03-03 15:41:11 +0000
+++ src/app/qml/documentPage/DocumentListView.qml	2015-03-04 01:43:02 +0000
@@ -143,7 +143,7 @@
             if (section == 3)
                 return i18n.tr("Earlier this month")
 
-            return i18n.tr("Even more earlier...")
+            return i18n.tr("Even earlier...")
         }
     }
 


Follow ups