diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index f35e83824..fef300057 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -401,9 +401,7 @@ class SurveyAdminSettings { // Besedilo zakljucka $text = ($row['conclusion'] == '') ? $lang['srv_end'] : $row['conclusion']; echo ''; - echo '
'; echo ''; - echo '
'; // Gumb konec echo '
'; diff --git a/lang/1.php b/lang/1.php index 5d92af018..7882b8450 100644 --- a/lang/1.php +++ b/lang/1.php @@ -1885,7 +1885,7 @@ $lang = array ( "srv_show_intro_static_0" => "Ne", "srv_show_intro_static_1" => "Da", "srv_show_intro_static_2" => "Captcha", - "srv_show_concl" => "Prikaži zaključek", + "srv_show_concl" => "Prikaži zakljućek", "srv_editirajspremenljivko" => "Uredi vprašanje", "srv_chart_editirajspremenljivko" => "Napredne nastavitve", "srv_movespremenljivko" => "Premakni",