Fixed claimauth strings
authorDan Fuhry <dan@enanocms.org>
Fri, 20 Aug 2010 01:43:08 -0400
changeset 7 3db638306413
parent 6 c1b4f69c187e
child 8 be4a5f24bb29
Fixed claimauth strings
YubikeyManagement.php
yms/admincp.php
--- a/YubikeyManagement.php	Fri Aug 07 16:17:20 2009 -0400
+++ b/YubikeyManagement.php	Fri Aug 20 01:43:08 2010 -0400
@@ -196,6 +196,8 @@
         acp_field_claimauth_enable_title: 'Use external authentication when claiming Yubikeys:',
         acp_field_claimauth_enable_hint: 'This allows you to require an additional value - for example, the receipt number from the user\'s Yubikey order - when Yubikeys are claimed.',
         acp_field_claimauth_enable: 'Require additional field to claim a Yubikey',
+        acp_field_claimauth_title: 'Name of the field:',
+        acp_field_claimauth_title_hint: 'The label of the field the user sees when they are prompted. Example: "Receipt number"',
         acp_field_claimauth_url_title: 'URL to claim authentication server:',
         acp_field_claimauth_url_hint: 'The following variables will be applied:
                                        <ul>
--- a/yms/admincp.php	Fri Aug 07 16:17:20 2009 -0400
+++ b/yms/admincp.php	Fri Aug 20 01:43:08 2010 -0400
@@ -82,8 +82,8 @@
     
     <tr>
       <td class="row2" style="width: 50%;">
-        <?php echo $lang->get('yms_acp_field_claimauth_enable_title'); ?><br />
-        <small><?php echo $lang->get('yms_acp_field_claimauth_enable_hint'); ?></small>
+        <?php echo $lang->get('yms_acp_field_claimauth_title'); ?><br />
+        <small><?php echo $lang->get('yms_acp_field_claimauth_title_hint'); ?></small>
       </td>
       <td class="row1" style="width: 50%;">
         <input type="text" name="claimauth_field" value="<?php echo htmlspecialchars(getConfig('yms_claim_auth_field', '')); ?>" size="40" />