Fix parse error.
authorJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 12:36:18 +0000 (14:36 +0200)
committerJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 13:35:09 +0000 (15:35 +0200)
hermes/lib/Application.php

index 7f06cfa..48cd5e6 100644 (file)
@@ -75,7 +75,7 @@ class Hermes_Application extends Horde_Registry_Application
                 'title' => _("Deliverables")
             ),
             'invoicing' => array(
-                'title' => _("Invoicing");
+                'title' => _("Invoicing")
             )
         );
     }