Mikolaj Zalewski : spelling fixes
Module: tools Branch: master Commit: 7d1d9da7cc0af47a21d3abb352e9109cf44d0592 URL: http://source.winehq.org/git/tools.git/?a=commit;h=7d1d9da7cc0af47a21d3abb35... Author: Mikolaj Zalewski <mikolajz(a)tygrys.dom> Date: Tue May 6 21:26:24 2008 +0200 spelling fixes --- php/lang.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/lang.php b/php/lang.php index ef92883..167cf2f 100644 --- a/php/lang.php +++ b/php/lang.php @@ -69,10 +69,10 @@ function dump_table($table) <?php warn_if_lang_hidden($lang) ?> -<h2>Partialy translanted files</h2> +<h2>Partially translated files</h2> <?php dump_table($partial) ?> -<h2>Files not translanted</h2> +<h2>Files not translated</h2> <?php dump_table($notransl) ?> <h2>Locales data</h2>
participants (1)
-
Alexandre Julliard