gitweb: Change the name of diff to parent link in "commit" view to "diff
[gitweb.git] / gitweb / gitweb.perl
index 57ffa25070984f6ca3310c83062ac8dcd68d30fc..2b40aa11e7a56af788b42238d55258aff1d03b60 100755 (executable)
@@ -2781,7 +2781,7 @@ sub git_commit {
                      "<td class=\"link\">" .
                      $cgi->a({-href => href(action=>"commit", hash=>$par)}, "commit") .
                      " | " .
-                     $cgi->a({-href => href(action=>"commitdiff", hash=>$hash, hash_parent=>$par)}, "commitdiff") .
+                     $cgi->a({-href => href(action=>"commitdiff", hash=>$hash, hash_parent=>$par)}, "diff") .
                      "</td>" .
                      "</tr>\n";
        }