[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] com doc/base: fixed typos: scripts/revcheck.php
From:       Nilgün Belma Bugüner <nilgun () php ! net>
Date:       2021-03-21 10:59:24
Message-ID: php-mail-d22322a13d73f93d65c56724a8435427267406324 () git ! php ! net
[Download RAW message or body]

Commit:    820d55ac2318599e137e3f80cfd582f974d37204
Author:    Nilgün Belma Bugüner <nilgun@php.net>         Sun, 21 Mar 2021 13:59:24 +0300
Parents:   79932f7dd943ac0a51ef90831f01c579ff04ef90
Branches:  master

Link:       http://git.php.net/?p=doc/base.git;a=commitdiff;h=820d55ac2318599e137e3f80cfd582f974d37204

Log:
fixed typos

Changed paths:
  M  scripts/revcheck.php


Diff:
diff --git a/scripts/revcheck.php b/scripts/revcheck.php
index 65bd1aab2..8129bff13 100644
--- a/scripts/revcheck.php
+++ b/scripts/revcheck.php
@@ -280,8 +280,8 @@ function print_html_all( $enFiles , $trFiles , $lang )
     print_html_files( $enFiles , $trFiles , $lang );
     //print_html_wip();
     //print_html_revtagproblem();
-    //print_html_untranslated();
-    print_html_notinen( $enFiles );
+    print_html_untranslated( $enFiles );
+    //print_html_notinen( $enFiles );
     print_html_footer();
 }
 
@@ -334,7 +334,7 @@ function print_html_menu( $href )
 HTML;
 }
 
-function print_html_notinen($enFiles)
+function print_html_untranslated($enFiles)
 {
     $exists = false;
     $count = 0;
@@ -351,10 +351,10 @@ function print_html_notinen($enFiles)
     print <<<HTML
 
 <p>&nbsp;</p>
-<a name="notinen"></a>
+<a name="untranslated"></a>
 <table width="600" border="0" cellpadding="3" cellspacing="1" align="center">
  <tr>
-  <th>Not in EN Tree ($count files):</th>
+  <th>Untranslated files ($count files):</th>
   <th>kb</th>
  </tr>
 HTML;


--
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic