diff --git a/chant.php b/chant.php
index fd6d602..4407bbf 100644
--- a/chant.php
+++ b/chant.php
@@ -98,7 +98,7 @@ if($req->num_rows > 0) {
}
if($c['version'] > '') echo '
Version
\n";
-echo 'Usage
- '.$txt['usage'][$c['office-part']]."
\n";
+if($c['office-part'] > '') echo 'Usage
- '.$txt['usage'][$c['office-part']]."
\n";
$tags = array();
$sql = 'SELECT * FROM '.db('chant_tags').' WHERE chant_id = '.$id;