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

« back to all changes in this revision

Viewing changes to feeds/AppendFeedPage.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:
106
106
                // No need to show dialog in case of abort.
107
107
                if (result.responseStatus !== 0) {
108
108
                    PopupUtils.open(errorDialogComponent, appendFeedPage,
109
 
                                    {"text" : i18n.tr("Failed to perform search feeds by keywords"),
 
109
                                    {"text" : i18n.tr("Failed to perform a feed search by keyword"),
110
110
                                        "title" : i18n.tr("Search failed")})
111
111
                    console.log(JSON.stringify(result))
112
112
                }
133
133
                // No need to show dialog in case of abort.
134
134
                if (result.responseStatus !== 0) {
135
135
                    PopupUtils.open(errorDialogComponent, appendFeedPage,
136
 
                                    {"text" : i18n.tr("Failed to perform search feed by url"),
 
136
                                    {"text" : i18n.tr("Failed to perform a feed search by URL"),
137
137
                                        "title" : i18n.tr("Search failed")})
138
138
                    console.log(JSON.stringify(result))
139
139
                }