summaryrefslogtreecommitdiffstats
path: root/src/editvalue.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-21 21:32:45 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-21 21:32:45 +0100
commit768d8ccdd7c617380a3bfe26b82aa63118c2b176 (patch)
treedfb4b7094ed04b127643fd69b1982fb9f7d97453 /src/editvalue.h
parent69b4e8dd1d343c4c854c6bf790466a4d3d9f6a67 (diff)
downloadcolobot-768d8ccdd7c617380a3bfe26b82aa63118c2b176.tar.gz
colobot-768d8ccdd7c617380a3bfe26b82aa63118c2b176.tar.bz2
colobot-768d8ccdd7c617380a3bfe26b82aa63118c2b176.zip
Comments translated from French to English.
Diffstat (limited to 'src/editvalue.h')
-rw-r--r--src/editvalue.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/editvalue.h b/src/editvalue.h
index 9916c2c..693ea61 100644
--- a/src/editvalue.h
+++ b/src/editvalue.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/.// editvalue.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// editvalue.h
#ifndef _EDITVALUE_H_
#define _EDITVALUE_H_
@@ -23,9 +25,9 @@
enum EditValueType
{
- EVT_INT = 1, // valeur entière
- EVT_FLOAT = 2, // valeur réelle
- EVT_100 = 3, // pour-cent (0..1)
+ EVT_INT = 1, // integer
+ EVT_FLOAT = 2, // float value
+ EVT_100 = 3, // percent (0 .. 1)
};