summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-06 08:51:28 +0100
committerAndrew Dolgov <[email protected]>2008-08-06 08:51:28 +0100
commitecace165c18da3e55c7bba759f5bc89503b7da86 (patch)
tree13b173a871d7b91be843926dfe8d59acf4b18c91 /modules/pref-labels.php
parent10fa66154912a6b69252b7decf6a3426448be486 (diff)
rework feed dialog layouts
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index 9eeb54174..9daff269a 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -24,7 +24,7 @@
$sql_exp = htmlspecialchars($line["sql_exp"]);
$description = htmlspecialchars($line["description"]);
- print "<div id=\"infoBoxTitle\">Label editor</div>";
+ print "<div id=\"infoBoxTitle\">Label Editor</div>";
print "<div class=\"infoBoxContents\">";
print "<form id=\"label_edit_form\" onsubmit='return false'>";