Ignore:
Timestamp:
Mar 24, 2010, 12:45:13 AM (14 years ago)
Author:
plg
Message:

remove the \n from the language key and split into 2 separate strings to avoid
useless exceptions in translation analysis scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/notification_by_mail.php

    r5196 r5302  
    201201        $result = pwg_query($query);
    202202
    203         redirect($base_url.get_query_string_diff(array(), false), l10n("Processing treatment.\nPlease wait..."));
     203        redirect($base_url.get_query_string_diff(array(), false), l10n('Processing treatment.')."\n".l10n('Please wait...'));
    204204      }
    205205    }
Note: See TracChangeset for help on using the changeset viewer.