Results 1 to 3 of 3

Thread: FormAuto: Space Character Missing

  1. #1
    New user
    Join Date
    08-18-09.
    Posts
    5

    Default FormAuto: Space Character Missing

    Hey there!
    Thank you a lot for that great extension. I'm loving it!
    Working with it I just noticed a little "bug". There's a space character missing between the text and the brace if I use "Count Validation" See the picture for details.
    Would be nice if you can change that or tell me where I can fix it in my installation.

    Greetings from Germany!

    Helena

  2. #2
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: FormAuto: Space Character Missing

    Check the formauto/languages/de/default.php file:

    The English file contains the space:
    Code:
    $GLOBALS['TL_LANG']['MSC']['countFree'] = ' (%s free)';
    Most likely the German translator forgot to add the space before. I don't want to place a space before in the code, since a user might want to have it joined together for some reason, which is then not possible to remove again.

  3. #3
    New user
    Join Date
    08-18-09.
    Posts
    5

    Default Re: FormAuto: Space Character Missing

    Thanks a lot for the immediate help!
    now it works perfectly

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •