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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2008-01-29 21:56:11 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:327
browser: Renamed "Published directory" label to "Published to the web".
(More descriptive)

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
                if (mini_icons.childNodes.length > 0)
182
182
                    mini_icons.appendChild(document.createTextNode(" "));
183
183
                mini_icons.appendChild(dom_make_img(icon, icon_size, icon_size,
184
 
                    "Published directory"));
 
184
                    "Published to the web"));
185
185
            }
186
 
            p = dom_make_text_elem("p", "Published directory");
 
186
            p = dom_make_text_elem("p", "Published to the web");
187
187
            p.setAttribute("title",
188
188
                "Anybody on the web can view the files in this directory.");
189
189
            sidepanel.appendChild(p);