1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 11:55:57 +00:00

googlereaderimport: rename dialog

This commit is contained in:
Andrew Dolgov
2013-03-31 09:24:33 +04:00
parent 4c8b7389a6
commit 55bd5dec80

View File

@@ -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);