]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 367956 rename "View User Account Log for ..." to "Account History for user ..."
authortimeless%mozdev.org <>
Wed, 25 Jul 2007 09:51:42 +0000 (09:51 +0000)
committertimeless%mozdev.org <>
Wed, 25 Jul 2007 09:51:42 +0000 (09:51 +0000)
r=lpsolit a=lpsolit

template/en/default/account/profile-activity.html.tmpl
template/en/default/admin/users/edit.html.tmpl
template/en/default/admin/users/list.html.tmpl

index fe8f9fb202e3dc7cbb3b9fa6aa8434cfc4c81df6..ef7c6082b24ca15beab08dcc97a2548a656442c0 100644 (file)
@@ -36,7 +36,7 @@
   #%]
 
 [% title = BLOCK %]
-  View User Account Log for '[% otheruser.login FILTER html %]'
+  Account History for '[% otheruser.login FILTER html %]'
 [% END %]
 
 
index 8ababb82e4a12ca153da67ff710876122926a9c3..148dcc205cbf2649847035a3628447e62260a049 100644 (file)
   [% INCLUDE listselectionhiddenfields %]
 
   or <a href="editusers.cgi?action=activity&amp;userid=[% otheruser.id %]"
-        title="View the account log for user '
-        [%- otheruser.login FILTER html %]'">View this user's account log</a>
+        title="View Account History for '
+        [%- otheruser.login FILTER html %]'">View Account History</a>
 </p>
 </form>
 <p>
index 41c5016f8e408cd6710ad87770592166225f814c..ed3f284d19a2bf43a082c4ec82d1b08f6f2c1736 100644 (file)
@@ -42,7 +42,7 @@
    {name               => 'realname'
     heading            => 'Real name'
    }
-   {heading            => 'User Account Log'
+   {heading            => 'Account History'
     content            => 'View'
     contentlink        => 'editusers.cgi?action=activity' _
                                   '&amp;userid=%%userid%%' _