summaryrefslogtreecommitdiff
path: root/lib/deck/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deck/edit.php')
-rw-r--r--lib/deck/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deck/edit.php b/lib/deck/edit.php
index 3d893a2..d4102bb 100644
--- a/lib/deck/edit.php
+++ b/lib/deck/edit.php
@@ -32,7 +32,7 @@ if (isset($_POST['name']) && isset($_POST['comment'])) {
}
}
-$title = "Edit : " . $deck['name'];
+$title = "Edit deck : " . $deck['name'];
$fields = array(
array("label" => "Name : ", "name" => "name", "value" => $deck_name),
array("label" => "Comment : ", "name" => "comment", "type" => "textarea", "value" => $deck_comment),