Skip to content

Commit 1780bf9

Browse files
committed
Minor help message improvement
1 parent 3bf9bdf commit 1780bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf-forms-for-contact-form-7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,7 @@ public function render_tag_generator( $contact_form, $args = '' )
24482448
'tag-generator' => esc_html__( 'Tag Generator Tool (deprecated)', 'pdf-forms-for-contact-form-7' ),
24492449
'tag-generator-help' => esc_html__( 'This tool allows one to create CF7 fields that are linked to PDF fields by name. This feature is deprecated in favor of the field mapper tool.', 'pdf-forms-for-contact-form-7' ),
24502450
'image-embedding' => esc_html__( 'Image Embedding Tool', 'pdf-forms-for-contact-form-7' ),
2451-
'image-embedding-help'=> esc_html__( 'This tool allows embedding of images into PDF files. Images are taken from field attachments or field values that are URLs. You can select a PDF file page and draw a bounding box for image insertion. Alternatively, you can insert your image in the center of every page.', 'pdf-forms-for-contact-form-7' ),
2451+
'image-embedding-help'=> esc_html__( 'This tool allows embedding of images into PDF files. Images are taken from file upload fields or URL field values. You can select a PDF file page and draw a bounding box for image insertion. Alternatively, you can insert your image in the center of every page.', 'pdf-forms-for-contact-form-7' ),
24522452
'add-cf7-field-embed' => esc_html__( 'Embed Image', 'pdf-forms-for-contact-form-7' ),
24532453
'delete-cf7-field-embed' => esc_html__( 'Delete', 'pdf-forms-for-contact-form-7' ),
24542454
'pdf-file' => esc_html__( 'PDF file', 'pdf-forms-for-contact-form-7' ),

0 commit comments

Comments
 (0)