diff options
-rwxr-xr-x | templates/package_vers.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/package_vers.tmpl b/templates/package_vers.tmpl index 07b11ec..23ab83e 100755 --- a/templates/package_vers.tmpl +++ b/templates/package_vers.tmpl @@ -26,7 +26,7 @@ debian specific patch information for $src.name / $src.version #if $src.debtar_name <div class="debdiff"> <a name="debian-tarball"></a> - <h2> "Debian tarball" Information </h2> + <h2> Debian packaging Information </h2> <table class="patchlisting"> <tr> <th>Debian changes tarfile</th> @@ -49,7 +49,7 @@ debian specific patch information for $src.name / $src.version #if $src.diffgz_name <div class="debdiff"> <a name="debian-patches"></a> - <h2> "Debian diff" Information </h2> + <h2> Debian packaging Information </h2> <table class="patchlisting"> <tr> <th>Diff file</th> |