Code review comment for lp:~mihirsoni/ubuntu-calendar-app/1280598

Revision history for this message
Victor Thompson (vthompson) wrote :

One small thing that should be fixed is the following. 1) there are two "sees" in EventBubble, and 2) the intent is to make it match the commentary for the other "hh:ss" instance so the instructions are only output once in the pot file:

=== modified file 'EventBubble.qml'
--- EventBubble.qml 2014-05-09 06:23:01 +0000
+++ EventBubble.qml 2014-05-10 16:58:48 +0000
@@ -35,8 +35,8 @@
             return;
         }

- // TRANSLATORS: this is a time formatting string,
- // see see http://qt-project.org/doc/qt-5/qml-qtqml-date.html#details f
or valid expressions
+ // TRANSLATORS: this is a time & Date formatting string,
+ //see http://qt-project.org/doc/qt-5/qml-qtqml-date.html#details

review: Needs Fixing

« Back to merge proposal