~nskaggs/ubuntu-rssreader-app/fix-actionselectorpopover

« back to all changes in this revision

Viewing changes to feeds/CreateTopicPage.qml

  • Committer: David Planella
  • Date: 2013-09-26 07:13:38 UTC
  • mto: (71.1.8 ubuntu-rssreader-app)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: david.planella@ubuntu.com-20130926071338-40ku2c0e1q4c3ive
Created translations template, fixed a few typos and added translator comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                    var dbResult = DB.addTag(topicName)
58
58
                    if (dbResult.error) {
59
59
                        PopupUtils.open(errorDialogComponent, createTopicPage,
60
 
                                        {"text" : i18n.tr("Topic with such name already exists"),
 
60
                                        {"text" : i18n.tr("A topic with this name already exists"),
61
61
                                            "title" : i18n.tr("Warning")})
62
62
                        return
63
63
                    } else {