From: Byrial Jensen Date: Tue, 6 Mar 2012 15:19:27 +0000 (+0100) Subject: Fix typo (seach) found by Yuri Chornoivan in source, pot and po files X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=028caf53ec6804a6df8153a142b2103952aa8b9e Fix typo (seach) found by Yuri Chornoivan in source, pot and po files --- diff --git a/po/da.po b/po/da.po index efc366c..222657b 100644 --- a/po/da.po +++ b/po/da.po @@ -2499,7 +2499,7 @@ msgid "Minimum nr consecutive positions:" msgstr "Mindste antal stillinger i følge ad gangen:" #: xoptions.c:634 -msgid "Seach mode:" +msgid "Search mode:" msgstr "Søgemetode:" #: xoptions.c:635 diff --git a/po/uk.po b/po/uk.po index 67c8f4f..8ddc3f7 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2481,7 +2481,7 @@ msgid "Minimum nr consecutive positions:" msgstr "Мінімальна к-ть послідовних позицій:" #: xoptions.c:634 -msgid "Seach mode:" +msgid "Search mode:" msgstr "Режим пошуку:" #: xoptions.c:635 diff --git a/po/xboard.pot b/po/xboard.pot index 278a027..2ae87a7 100644 --- a/po/xboard.pot +++ b/po/xboard.pot @@ -2414,7 +2414,7 @@ msgid "Minimum nr consecutive positions:" msgstr "" #: xoptions.c:634 -msgid "Seach mode:" +msgid "Search mode:" msgstr "" #: xoptions.c:635 diff --git a/xoptions.c b/xoptions.c index 42aacb9..6535dd6 100644 --- a/xoptions.c +++ b/xoptions.c @@ -631,7 +631,7 @@ Option loadOptions[] = { { 0, 0, 5000, NULL, (void*) &appData.eloThreshold2, "", NULL, Spin, N_("Elo of weakest player at least:") }, { 0, 0, 5000, NULL, (void*) &appData.dateThreshold, "", NULL, Spin, N_("No games before year:") }, { 0, 1, 50, NULL, (void*) &appData.stretch, "", NULL, Spin, N_("Minimum nr consecutive positions:") }, -{ 1, 0, 180, NULL, (void*) &searchMode, (char*) modeNames, modeValues, ComboBox, N_("Seach mode:") }, +{ 1, 0, 180, NULL, (void*) &searchMode, (char*) modeNames, modeValues, ComboBox, N_("Search mode:") }, { 0, 0, 0, NULL, (void*) &appData.ignoreColors, "", NULL, CheckBox, N_("Also match reversed colors") }, { 0, 0, 0, NULL, (void*) &appData.findMirror, "", NULL, CheckBox, N_("Also match left-right flipped position") }, { 0, 0, 0, NULL, (void*) &LoadOptionsOK, "", NULL, EndMark , "" }