~timo-jyrinki/ubuntu-calendar-app/use_pickerpanelworkaround_lp1351024

« back to all changes in this revision

Viewing changes to NewEvent.qml

  • Committer: Mihir Soni
  • Date: 2014-07-24 18:28:53 UTC
  • mto: This revision was merged to the branch mainline in revision 365.
  • Revision ID: mihirsoni.123@gmail.com-20140724182853-8kldup9s98chnnqj
Added Translator comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
 
397
397
                        NewEventEntryField{
398
398
                            id: startTimeInput
399
 
                            // TRANSLATORS: This "at" referes to HH:MM of an event
 
399
                            // TRANSLATORS: This "at" refers to HH:MM of an event. E.g 1st January at 10:30
400
400
                            title: i18n.tr("at")
401
401
                            objectName: "startTimeInput"
402
402