~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/browser/editor.js

  • Committer: mattgiuca
  • Date: 2008-06-16 09:18:25 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:779
editor.js: The text "Path" in the toolbar now says "Save as"

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    var div = document.getElementById("actions2");
28
28
 
29
29
    /* Set up minimal interface */
30
 
    var p = dom_make_text_elem("p", "Path: ");
 
30
    var p = dom_make_text_elem("p", "Save as: ");
31
31
    var pathname = document.createElement("input");
32
32
    pathname.setAttribute("type", "text");
33
33
    pathname.setAttribute("size", "30");