From 525bfb41babab326fa84138961374438058494ad Mon Sep 17 00:00:00 2001 From: Programerus Date: Tue, 10 Apr 2012 20:33:08 +0300 Subject: Comments translated from French to English. --- src/tasksearch.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/tasksearch.h b/src/tasksearch.h index c90e51c..8975e7b 100644 --- a/src/tasksearch.h +++ b/src/tasksearch.h @@ -12,7 +12,9 @@ // * GNU General Public License for more details. // * // * You should have received a copy of the GNU General Public License -// * along with this program. If not, see http://www.gnu.org/licenses/.// tasksearch.h +// * along with this program. If not, see http://www.gnu.org/licenses/. + +// tasksearch.h #ifndef _TASKSEARCH_H_ #define _TASKSEARCH_H_ @@ -28,15 +30,15 @@ class CObject; enum TaskSearchHand { - TSH_UP = 1, // capteur en haut - TSH_DOWN = 2, // capteur en bas + TSH_UP = 1, // sensor at the top + TSH_DOWN = 2, // sensor at the bottom }; enum TaskSearchPhase { - TSP_DOWN = 1, // descend - TSP_SEARCH = 2, // cherche - TSP_UP = 3, // remonte + TSP_DOWN = 1, // descends + TSP_SEARCH = 2, // seeks + TSP_UP = 3, // rises }; -- cgit v1.2.3-1-g7c22