From 0854de4b61eb33d3f22b1f1c81962e4a7459d57d Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Wed, 25 Jul 2007 04:51:42 +0000 Subject: [PATCH] Bug 367956 rename "View User Account Log for ..." to "Account History for user ..." r=lpsolit a=lpsolit --- .../template/en/default/account/profile-activity.html.tmpl | 2 +- .../bugzilla/template/en/default/admin/users/edit.html.tmpl | 4 ++-- .../bugzilla/template/en/default/admin/users/list.html.tmpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webtools/bugzilla/template/en/default/account/profile-activity.html.tmpl b/webtools/bugzilla/template/en/default/account/profile-activity.html.tmpl index fe8f9fb202e..ef7c6082b24 100644 --- a/webtools/bugzilla/template/en/default/account/profile-activity.html.tmpl +++ b/webtools/bugzilla/template/en/default/account/profile-activity.html.tmpl @@ -36,7 +36,7 @@ #%] [% title = BLOCK %] - View User Account Log for '[% otheruser.login FILTER html %]' + Account History for '[% otheruser.login FILTER html %]' [% END %] diff --git a/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl b/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl index 8ababb82e4a..148dcc205cb 100644 --- a/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl +++ b/webtools/bugzilla/template/en/default/admin/users/edit.html.tmpl @@ -117,8 +117,8 @@ [% INCLUDE listselectionhiddenfields %] or View this user's account log + title="View Account History for ' + [%- otheruser.login FILTER html %]'">View Account History

diff --git a/webtools/bugzilla/template/en/default/admin/users/list.html.tmpl b/webtools/bugzilla/template/en/default/admin/users/list.html.tmpl index 41c5016f8e4..ed3f284d19a 100644 --- a/webtools/bugzilla/template/en/default/admin/users/list.html.tmpl +++ b/webtools/bugzilla/template/en/default/admin/users/list.html.tmpl @@ -42,7 +42,7 @@ {name => 'realname' heading => 'Real name' } - {heading => 'User Account Log' + {heading => 'Account History' content => 'View' contentlink => 'editusers.cgi?action=activity' _ '&userid=%%userid%%' _