• I’ve noticed an issue with the current translation strings when the maximum file upload limit is set to one. The text should reflect singular usage instead of plural. Here are the specific instances:

    1. Drag & Drop Message:
      • Current String:
        • File: inc/dnd-upload-cf7.php:481
        • msgid: “Drag & Drop Files Here”
      • Suggested Update:
        • The string should be “Drag & Drop File Here” when the upload limit is one file.
    2. File Upload Limit Message:
      • Current String:
        • File: inc/dnd-upload-cf7.php:184
        • msgid: “Note: Some of the files are not uploaded (Only %count% files allowed)”
      • Suggested Update:
        • The string should be “Note: Some of the files are not uploaded (Only %count% file allowed)” when the upload limit is one file.

    The plugin should dynamically adjust these translation strings based on the maximum upload limit set by the user. When the limit is set to one, the text should be in the singular form to avoid confusion and improve user experience.

Viewing 1 replies (of 1 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hi @wittich ,

    Yes, I completely agree we will add this to our lists so we can include in the future release/updates.

    For now you may change the message in the plugin settings under “Contact -> Drag & Drop Upload”.

    Pleas let me know.

    Glen

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.