summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-31 09:24:33 +0400
committerAndrew Dolgov <[email protected]>2013-03-31 09:24:33 +0400
commit55bd5dec8048f741b932725607b994cc4f2abd38 (patch)
tree612c33ae825665db74b763baabcd914b6aacefe9 /plugins
parent4c8b7389a6b447ffbb7cffa905c49422ecee81aa (diff)
googlereaderimport: rename dialog
Diffstat (limited to 'plugins')
-rw-r--r--plugins/googlereaderimport/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/googlereaderimport/init.js b/plugins/googlereaderimport/init.js
index e7057d82a..043952c75 100644
--- a/plugins/googlereaderimport/init.js
+++ b/plugins/googlereaderimport/init.js
@@ -15,7 +15,7 @@ function starredImportComplete(iframe) {
dialog = new dijit.Dialog({
id: "starredImportDlg",
- title: __("OPML Import"),
+ title: __("Google Reader Import"),
style: "width: 600px",
onCancel: function() {
Element.hide(iframe);