Tweak wording for private flag.
authorJan Schneider <jan@horde.org>
Mon, 1 Mar 2010 12:06:58 +0000 (12:06 +0000)
committerJan Schneider <jan@horde.org>
Mon, 1 Mar 2010 12:17:53 +0000 (13:17 +0100)
kronolith/templates/index/edit.inc

index 1d6b2ad..e5ae9c5 100644 (file)
@@ -60,8 +60,7 @@
   <label for="kronolithEventTarget"><?php echo _("Add event to") ?>:</label>
   <select name="targetcalendar" id="kronolithEventTarget"></select>
   <span class="kronolithSeparator">|</span>
-  <label for="kronolithEventPrivate"><?php echo _("This event is private:") ?></label>
-  <input type="checkbox" name="private" id="kronolithEventPrivate" />
+  <?php printf(_("This event is %s private %s (hides details if calendar is public)"), '<input type="checkbox" name="private" id="kronolithEventPrivate" /> <label for="kronolithEventPrivate">', '</label>') ?>
 </div>
 
 <div class="tabset">