Ignore:
Timestamp:
Apr 1, 2010, 11:11:14 PM (14 years ago)
Author:
plg
Message:

Fix missing keys: some keys have been removed by mistake during the massive
key conversion.

Remove some language keys that are really obsolete. I've updated the script
to convert language files to 2.1, I will apply "obsolete keys removal" process
in a 2nd step on other languages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_notification_by_mail.inc.php

    r5196 r5559  
    406406        set_user_on_env_nbm($nbm_user, true);
    407407
    408         $subject = '['.$conf['gallery_title'].']: '.($is_subscribe ? l10n('Unsubscribe from notification by mail'): l10n('Unsubscribe from notification by mail'));
     408        $subject = '['.$conf['gallery_title'].']: '.($is_subscribe ? l10n('Subscribe to notification by mail'): l10n('Unsubscribe from notification by mail'));
    409409
    410410        // Assign current var for nbm mail
Note: See TracChangeset for help on using the changeset viewer.