summaryrefslogtreecommitdiff
path: root/common/content/about.xul
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2010-10-02 00:35:43 +1000
committerDoug Kearns <dougkearns@gmail.com>2010-10-02 00:35:43 +1000
commit38aeea10a8826f419ea981c9f61bcd8524f791a1 (patch)
tree305df11fd1d4b0b99260d75761eb5fcc6533fe21 /common/content/about.xul
parent7a09c698f7353995ba07e69953b94c2895151276 (diff)
downloadpentadactyl-38aeea10a8826f419ea981c9f61bcd8524f791a1.tar.gz
Give the about:pentadactyl page a title.
Diffstat (limited to 'common/content/about.xul')
-rw-r--r--common/content/about.xul4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/content/about.xul b/common/content/about.xul
index c705c382..6952e33b 100644
--- a/common/content/about.xul
+++ b/common/content/about.xul
@@ -3,7 +3,7 @@
<?xml-stylesheet href="chrome://pentadactyl/skin/about.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://dactyl/content/dactyl.dtd">
-<page id="about-&dactyl.name;" orient="vertical"
+<page id="about-&dactyl.name;" orient="vertical" title="About &dactyl.appName;"
xmlns="&xmlns.xul;" xmlns:html="&xmlns.html;">
<html:link rel="icon" href="chrome://&dactyl.name;/skin/icon.png"
@@ -25,7 +25,7 @@ type :help version-&dactyl.version;&lt;<span class="key">Enter</span>> for vers
</div>
<spring flex="1"/>
</hbox>
- <spring flex="1"/>
+ <spring flex="1"/>
</page>
<!-- vim: set sw=2 sts=2 et: -->