From 55bd5dec8048f741b932725607b994cc4f2abd38 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Mar 2013 09:24:33 +0400 Subject: [PATCH] googlereaderimport: rename dialog --- plugins/googlereaderimport/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);