Skip to content

Commit dd4ac7c

Browse files
author
Friedrich W. H. Kossebau
committed
Use "Wodo.TextEditor" as name in about dialog
1 parent fd1eb8a commit dd4ac7c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

programs/editor/widgets/aboutDialog.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ define("webodf/editor/widgets/aboutDialog", ["dijit/Dialog"], function (Dialog)
4646
// Dialog
4747
dialog = new Dialog({
4848
style: "width: 400px",
49-
title: "WebODF Text Editor",
49+
title: "Wodo.TextEditor",
5050
autofocus: false,
51-
content: "<p>The WebODF Text Editor is an easy to use Javascript-based plugin for webpages. " +
52-
"It provides a stand-alone editor for text documents in the OpenDocument Format.</p>" +
51+
content: "<p>Wodo.TextEditor is an easy to use Javascript-based plugin for webpages. " +
52+
"It provides a stand-alone editor for text documents in the OpenDocument Format. " +
53+
"Done with WebODF.</p>" +
5354
//TODO: add proper link directly to page about the component
5455
"<p>Learn more on the <a href=\"http://webodf.org/\" target=\"_blank\">WebODF website</a>.</p>" +
5556
"<p>Version " + webodf.Version + "</p>" +

0 commit comments

Comments
 (0)