typo? readd gettext output
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 6 Dec 2010 18:27:25 +0000 (13:27 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 6 Dec 2010 18:27:25 +0000 (13:27 -0500)
kronolith/templates/mobile/event.html.php

index 4ec7463..cf5ba1f 100644 (file)
@@ -1,4 +1,4 @@
 <div data-role="dialog" id="eventview">
-  <div data-role="header"><h1><?php echo ("Event")?></h1></div>
+  <div data-role="header"><h1><?php echo _("Event")?></h1></div>
   <div data-role="content" class="ui-body"></div>
 </div>