--- coffee/coffee.module.orig	2013-01-31 19:55:25.000000000 +0100
+++ coffee/coffee.module	2013-01-31 19:57:01.000000000 +0100
@@ -90,7 +90,8 @@
   // Only add if user has access.
   if (isset($l['access']) && $l['access']) {
+    $label = (!empty($l['title']) ? $l['title'] : $l['link_title']);
     $output[] = array(
       'value' => $l['link_path'],
-      'label' => $l['link_title'],
+      'label' => $label,
       'command' => NULL,
     );
