Skip to content

Commit

Permalink
[-bug] Typos in notification message.
Browse files Browse the repository at this point in the history
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12473 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
  • Loading branch information
sikeda committed Nov 3, 2015
1 parent 00ebc81 commit 911073b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default/mail_tt2/listmaster_notification.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Subject: [% FILTER qencode %][%|loc%]incorrect format of edit_list.conf[%END%][%
default configuration will be used.[%END%]

[% ELSIF type == 'sync_include_failed' -%]
Subject: [% FILTER qencode %][%|loc(list.name)%]Failed to inlude members for list '%1'[%END%][%END%]
Subject: [% FILTER qencode %][%|loc(list.name)%]Failed to include members for list '%1'[%END%][%END%]

[%|loc%]Sympa could not include members from external data sources; the database or LDAP directory might be unreachable.[%END%]

Expand Down Expand Up @@ -394,7 +394,7 @@ Subject: [% FILTER qencode %][%|loc(list.name)%]Listmaster: internal server erro
[%ELSIF error == 'unable_to_load_create_list_templates'%][%|loc%]Unable to load create_list templates.[%END%]
[%ELSIF error == 'unable_get_family'%][%|loc(list.name)%]Unable to get family for list '%1'.[%END%]
[%ELSIF error == 'list_reload'%][%IF new_list.name %][%|loc(new_listname)%]Unable to reload list with new listname '%1'.[%END%][%ELSE%][%|loc%]Unable to reload list[%END%][%END%]
[%ELSIF error == 'sync_include_failed' %][%|loc(list.name)%]Failed to inlude members for list '%1'[%END%]
[%ELSIF error == 'sync_include_failed' %][%|loc(list.name)%]Failed to include members for list '%1'[%END%]
[%ELSIF error == 'sync_include_admin_failed' %][%|loc(list.name)%]Failed to include list admins for list '%1'[%END%]
[%ELSIF error == 'no_owner_defined' %][%|loc%]No owner is defined for the list '%1'[%END%]
[%ELSIF error == 'exportation_failed' %][%|loc(list.name)%]The exportation to an Ldap directory failed for list '%1'[%END%]
Expand Down

0 comments on commit 911073b

Please sign in to comment.