text adjustments in vocabulary exporter
This commit is contained in:
parent
27dd7cf868
commit
da91601ba4
|
@ -541,7 +541,7 @@ return apply_filters( 'tainacan-admin-i18n', [
|
||||||
'info_empty' => __( 'empty', 'tainacan' ),
|
'info_empty' => __( 'empty', 'tainacan' ),
|
||||||
'info_url_copied' => __( 'URL link copied', 'tainacan' ),
|
'info_url_copied' => __( 'URL link copied', 'tainacan' ),
|
||||||
'info_other_item_listing_options' => __('Other items listing options: ', 'tainacan'),
|
'info_other_item_listing_options' => __('Other items listing options: ', 'tainacan'),
|
||||||
'info_send_email' => __('The exporter may take a while depending on the size of your collection. Check this option to receive an e-mail when the process is done. You can also check the process status visiting the', 'tainacan'),
|
'info_send_email' => __('The exporter may take a while. Check this option to receive an e-mail when the process is done. You can also check the process status visiting the', 'tainacan'),
|
||||||
'info_tainacan_api' => __('Tainacan API on JSON format.', 'tainacan'),
|
'info_tainacan_api' => __('Tainacan API on JSON format.', 'tainacan'),
|
||||||
|
|
||||||
// Tainacan Metadatum Types
|
// Tainacan Metadatum Types
|
||||||
|
|
|
@ -99,7 +99,7 @@ class Term_Exporter extends Exporter {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="field export_term_csv_taxonomies">
|
<div class="field export_term_csv_taxonomies">
|
||||||
<label class="label"><?php _e('Target taxonomy:', 'tainacan'); ?></label>
|
<label class="label"><?php _e('Source Taxonomy:', 'tainacan'); ?></label>
|
||||||
<span class="help-wrapper">
|
<span class="help-wrapper">
|
||||||
<a class="help-button has-text-secondary">
|
<a class="help-button has-text-secondary">
|
||||||
<span class="icon is-small">
|
<span class="icon is-small">
|
||||||
|
@ -108,11 +108,10 @@ class Term_Exporter extends Exporter {
|
||||||
</a>
|
</a>
|
||||||
<div class="help-tooltip">
|
<div class="help-tooltip">
|
||||||
<div class="help-tooltip-header">
|
<div class="help-tooltip-header">
|
||||||
<h5><?php _e('Existing Taxonomy', 'tainacan'); ?></h5>
|
<h5><?php _e('Source Taxonomy', 'tainacan'); ?></h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="help-tooltip-body">
|
<div class="help-tooltip-body">
|
||||||
<p><?php _e('Inform the taxonomy you want to export the terms', 'tainacan'); ?></p>
|
<p><?php _e('Inform the taxonomy you want to export the terms from.', 'tainacan'); ?></p>
|
||||||
<p><?php _e('Select a taxonomy.', 'tainacan'); ?></p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue