diff options
author | A.M. Kuchling <amk@amk.ca> | 2008-06-07 08:21:07 -0400 |
---|---|---|
committer | A.M. Kuchling <amk@amk.ca> | 2008-06-07 08:21:07 -0400 |
commit | 9513d12137d961d2b950d16e70ea36c8dbc47d83 (patch) | |
tree | 694e60adbbe5341a47a834b3555c12901502842d | |
parent | 927de6370fbee0b842e18b2fc99ded702ac93827 (diff) | |
download | mailman2-9513d12137d961d2b950d16e70ea36c8dbc47d83.tar.gz mailman2-9513d12137d961d2b950d16e70ea36c8dbc47d83.tar.xz mailman2-9513d12137d961d2b950d16e70ea36c8dbc47d83.zip |
Patch #1578766 from Thijs Kinkhorst: use newer template variable for site owner address
-rw-r--r-- | templates/ko/newlist.txt | 2 | ||||
-rw-r--r-- | templates/ru/newlist.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/ko/newlist.txt b/templates/ko/newlist.txt index cdda0280..1a7893ad 100644 --- a/templates/ko/newlist.txt +++ b/templates/ko/newlist.txt @@ -32,4 +32,4 @@ E���� �ּҸ� �Է��ϰų�, Ŭ���Ͽ� �Ҽ� ������, Ż���ϱ� ���ؼ��� ���� ���ϸ� ����Ʈ �������� �ɼ�(Digest ����, ��� ���� ���)�� �������� ������ �� �ֽ��ϴ�. -��Ÿ �ٸ� ������ mailman-owner@%(hostname)s ���� �Ͽ� �ֽñ� �ٶ��ϴ�. +��Ÿ �ٸ� ������ %(siteowner)s ���� �Ͽ� �ֽñ� �ٶ��ϴ�. diff --git a/templates/ru/newlist.txt b/templates/ru/newlist.txt index f119188d..2f0eef11 100644 --- a/templates/ru/newlist.txt +++ b/templates/ru/newlist.txt @@ -37,4 +37,4 @@ ������������. ��� ������� � ������� �� ������ ������, �������� ������ �� ������ -mailman-owner@%(hostname)s. + %(siteowner)s. |