Skip to content
Extraits de code Groupes Projets
Valider b9d4fcbd rédigé par Fil's avatar Fil
Parcourir les fichiers

appels liens aide en ligne + mauvaise chaine de langue dans le correcteur

parent 3f854e2b
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -116,18 +116,18 @@ $result_ortho = corriger_ortho($ortho, $lang_article); ...@@ -116,18 +116,18 @@ $result_ortho = corriger_ortho($ortho, $lang_article);
if (is_array($result_ortho)) { if (is_array($result_ortho)) {
$mots = $result_ortho['mauvais']; $mots = $result_ortho['mauvais'];
if ($erreur = $result_ortho['erreur']) { if ($erreur = $result_ortho['erreur']) {
echo "<b>"._T('ortho_trop_de_fautes')."</b><p>\n"; echo "<b>"._T('ortho_trop_de_fautes').aide('corrortho')."</b><p>\n";
echo "<b>"._T('ortho_trop_de_fautes_2')."</b><p>"; echo "<b>"._T('ortho_trop_de_fautes2')."</b><p>";
} }
else { else {
echo "<b>"._T('ortho_mode_demploi')."</b><p>\n"; echo "<b>"._T('ortho_mode_demploi').aide('corrortho')."</b><p>\n";
} }
panneau_ortho($result_ortho); panneau_ortho($result_ortho);
} }
else { else {
$erreur = $result_ortho; $erreur = $result_ortho;
echo "<b>"._T('ortho_dico_absent')." ("; echo "<b>"._T('ortho_dico_absent').aide('corrortho')." (";
echo traduire_nom_langue($lang_article); echo traduire_nom_langue($lang_article);
echo "). "; echo "). ";
echo _T('ortho_verif_impossible')."</b>"; echo _T('ortho_verif_impossible')."</b>";
......
...@@ -54,7 +54,7 @@ function afficher_suivi_versions ($debut = 0, $id_secteur = 0, $uniq_auteur = fa ...@@ -54,7 +54,7 @@ function afficher_suivi_versions ($debut = 0, $id_secteur = 0, $uniq_auteur = fa
$result = spip_query($query . " ORDER BY versions.date DESC LIMIT $debut, $nb_aff"); $result = spip_query($query . " ORDER BY versions.date DESC LIMIT $debut, $nb_aff");
if (spip_num_rows($result) > 0) { if (spip_num_rows($result) > 0) {
$titre_table = _T('icone_suivi_revisions'); $titre_table = _T('icone_suivi_revisions').aide('suivimodif');
if ($court) $titre_table = afficher_plus("suivi_revisions.php3").$titre_table; if ($court) $titre_table = afficher_plus("suivi_revisions.php3").$titre_table;
echo "<div style='height: 12px;'></div>"; echo "<div style='height: 12px;'></div>";
echo "<div class='liste'>"; echo "<div class='liste'>";
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter