]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/form.html
CsvImport: Report-Begrenzung: Option "Nur Warnungen und Fehler" umbenannt. …
[mfinanz.git] / templates / webpages / csv_import / form.html
index 1b45996ca4c5433f19ca63b5bbe0172dcb34e8cc..cb07c038355cdb72e6a399907e090432df5dd2b3 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>