[dev] [patches] better description for import/export format?

Francois Marier francois at nit.ca
Fri Jul 30 16:46:13 PDT 2004


This is pretty minor and you might think it's nitpicking, but I was
thinking that the labels on the import/export pages could be improved:

  from "Select the format to import from"
  to "Select the format of the source"

  from "Select the format to export to"
  to "Select the export format"

If you think that it's clearer or you have a better idea, feel free to
use the attached patches.  They modify Kronolith, Mnemo, Nag and
Turba.

Francois 
-------------- next part --------------
diff -rpuN -X ../ignorelist ../build/kronolith/templates/data/export.inc kronolith/templates/data/export.inc
--- ../build/kronolith/templates/data/export.inc	Fri Jul 30 19:19:26 2004
+++ kronolith/templates/data/export.inc	Fri Jul 30 19:34:30 2004
@@ -13,7 +13,7 @@
 <tr>
   <td class="item">
   <table border="0"><tr><td>
-    <?php echo _("Select the format to export to:") ?><br />
+    <?php echo _("Select the export format:") ?><br />
     <select name="exportID">
       <option value="<?php echo EXPORT_CSV ?>">CSV</option>
       <option value="<?php echo EXPORT_ICALENDAR ?>">iCalendar</option>
diff -rpuN -X ../ignorelist ../build/kronolith/templates/data/import.inc kronolith/templates/data/import.inc
--- ../build/kronolith/templates/data/import.inc	Fri Jul 30 19:19:26 2004
+++ kronolith/templates/data/import.inc	Fri Jul 30 19:34:17 2004
@@ -16,7 +16,7 @@
 <?php if ($conf['calendar']['driver'] == 'mcal'): ?>
     <?php echo _("Notice: Importing is not possible with this configuration due to a bug in the underlying calendar driver.") ?>
 <?php else: ?>
-    <?php echo _("Select the source to import from:") ?><br />
+    <?php echo _("Select the format of the source:") ?><br />
     <select name="import_format">
       <option value="csv"><?php echo _("Comma separated values") ?></option>
       <!--<option value="pdb"><?php echo _("Palm DateBook") ?></option>-->
-------------- next part --------------
diff -rpuN -X ../ignorelist ../build/mnemo/templates/data/export.inc mnemo/templates/data/export.inc
--- ../build/mnemo/templates/data/export.inc	Fri Jul 30 19:35:19 2004
+++ mnemo/templates/data/export.inc	Fri Jul 30 19:35:52 2004
@@ -12,7 +12,7 @@
 <tr>
     <td class="item">
     <table border="0"><tr><td>
-        <?php echo _("Select the format to export to:") ?><br />
+        <?php echo _("Select the export format:") ?><br />
         <select name="exportID">
             <option value="<?php echo EXPORT_CSV ?>">CSV</option>
         </select><br /><br />
diff -rpuN -X ../ignorelist ../build/mnemo/templates/data/import.inc mnemo/templates/data/import.inc
--- ../build/mnemo/templates/data/import.inc	Fri Jul 30 19:35:19 2004
+++ mnemo/templates/data/import.inc	Fri Jul 30 19:35:35 2004
@@ -12,7 +12,7 @@
 <tr>
     <td class="item">
     <table border="0"><tr><td>
-        <?php echo _("Select the source to import from:") ?><br />
+        <?php echo _("Select the format of the source:") ?><br />
         <select name="import_format">
             <option value="csv"><?php echo _("CSV") ?></option>
             <option value="vnote"><?php echo _("vNote") ?></option>
-------------- next part --------------
diff -rpuN -X ../ignorelist ../build/nag/templates/data/export.inc nag/templates/data/export.inc
--- ../build/nag/templates/data/export.inc	Fri Jul 30 19:37:08 2004
+++ nag/templates/data/export.inc	Fri Jul 30 19:37:40 2004
@@ -12,7 +12,7 @@
 <tr>
   <td class="item">
   <table border="0"><tr><td>
-    <?php echo _("Select the format to export to:") ?>&nbsp;
+    <?php echo _("Select the export format:") ?>&nbsp;
     <br />
     <select name="exportID">
       <option value="<?php echo EXPORT_CSV ?>">CSV</option>
diff -rpuN -X ../ignorelist ../build/nag/templates/data/import.inc nag/templates/data/import.inc
--- ../build/nag/templates/data/import.inc	Fri Jul 30 19:37:08 2004
+++ nag/templates/data/import.inc	Fri Jul 30 19:37:25 2004
@@ -13,7 +13,7 @@
 <tr>
   <td class="item">
   <table border="0"><tr><td>
-    <?php echo _("Select the source to import from:") ?>&nbsp;
+    <?php echo _("Select the format of the source:") ?>&nbsp;
     <br />
     <select name="import_format">
       <option value="csv">CSV</option>
-------------- next part --------------
diff -rpuN -X ../ignorelist ../build/turba/templates/data/export.inc turba/templates/data/export.inc
--- ../build/turba/templates/data/export.inc	Fri Jul 30 19:38:17 2004
+++ turba/templates/data/export.inc	Fri Jul 30 19:38:46 2004
@@ -11,7 +11,7 @@
 <tr>
   <td class="item">
   <table border="0"><tr><td>
-    <?php echo _("Select the format to export to:") ?><br />
+    <?php echo _("Select the export format:") ?><br />
     <select name="exportID">
       <option value="<?php echo EXPORT_CSV ?>"><?php echo _("Comma separated values") ?></option>
       <option value="<?php echo EXPORT_TSV ?>"><?php echo _("Tab separated values") ?></option>
diff -rpuN -X ../ignorelist ../build/turba/templates/data/import.inc turba/templates/data/import.inc
--- ../build/turba/templates/data/import.inc	Fri Jul 30 19:38:17 2004
+++ turba/templates/data/import.inc	Fri Jul 30 19:38:34 2004
@@ -13,7 +13,7 @@
 <tr>
   <td class="item">
   <table border="0"><tr><td>
-    <?php echo _("Select the format to import from:") ?><br />
+    <?php echo _("Select the format of the source:") ?><br />
     <select name="import_format">
       <option value="csv"><?php echo _("Comma separated values") ?></option>
       <option value="tsv"><?php echo _("Tab separated values") ?></option>


More information about the dev mailing list