Ticket #3018 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

Spelling error in page.miscdest.php

Reported by: mickecarlsson Assigned to: gregmac
Priority: minor Milestone: Undetermined
Component: Misc. Destinations Version: 2.5-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

--- page.miscdests.org.php      2008-08-05 12:20:12.000000000 +0200
+++ page.miscdests.php  2008-08-05 12:20:17.000000000 +0200
@@ -126,11 +126,11 @@
                <tr><td><input type="hidden" name="id" value="<?php echo $extdisplay; ?>"></td></tr>
 <?php          } ?>
        <tr>
-               <td><a href="#" class="info"><?php echo _("description:")?><span><?php echo _("Give this Misc Destination a brief name to help you identify it.")?></span></a></td>
+               <td><a href="#" class="info"><?php echo _("Description:")?><span><?php echo _("Give this Misc Destination a brief name to help you identify it.")?></span></a></td>
                <td><input type="text" name="description" value="<?php echo (isset($description) ? $description : ''); ?>" tabindex="<?php echo ++$tabindex;?>"></td>
        </tr>
        <tr>
-               <td><a href="#" class="info"><?php echo _("dial:")?><span><?php echo _("Enter the number this destination will simulate dialing, exactly as you would dial it from an internal phone. When you route a call to this destination, it will be as if the caller dialed this number from an internal phone.") ?></span></a></td>
+               <td><a href="#" class="info"><?php echo _("Dial:")?><span><?php echo _("Enter the number this destination will simulate dialing, exactly as you would dial it from an internal phone. When you route a call to this destination, it will be as if the caller dialed this number from an internal phone.") ?></span></a></td>
                <td>
                        <input type="text" name="destdial" value="<?php echo (isset($destdial) ? $destdial : ''); ?>" tabindex="<?php echo ++$tabindex;?>">&nbsp;&nbsp;
                        <?php if (isset($fclist)) { ?>

Change History

08/09/08 14:03:58 changed by mickecarlsson

  • status changed from new to closed.
  • resolution set to fixed.

(In [6311]) fixes #3018 spelling error