CsvImport: Report-Begrenzung: Option "Nur Warnungen und Fehler" umbenannt. …
[kivitendo-erp.git] / templates / webpages / csv_import / form.html
index 1b45996..cb07c03 100644 (file)
     <th align="right">[%- LxERP.t8('Preview Mode') %]:</th>
     <td colspan="10">
       [% L.radio_button_tag('settings.full_preview', value=0, checked=!SELF.profile.get('full_preview'),   label=LxERP.t8('Full Preview')) %]
-      [% L.radio_button_tag('settings.full_preview', value=1, checked=SELF.profile.get('full_preview')==1, label=LxERP.t8('Only Warnings and Errors')) %]
+      [% L.radio_button_tag('settings.full_preview', value=1, checked=SELF.profile.get('full_preview')==1, label=LxERP.t8('Only Lines with Notes or Errors')) %]
       [% L.radio_button_tag('settings.full_preview', value=2, checked=SELF.profile.get('full_preview')==2, label=LxERP.t8('First 20 Lines')) %]
     </td>
    </tr>