From 14fee75140d214bf09a20dfd1c1f89989f442175 Mon Sep 17 00:00:00 2001 From: tatiana Date: Tue, 26 Jan 2010 10:51:52 +0000 Subject: [PATCH] ENH: Skip slice interval --- invesalius/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/constants.py b/invesalius/constants.py index d15a9a8..ed91087 100644 --- a/invesalius/constants.py +++ b/invesalius/constants.py @@ -66,7 +66,7 @@ ORIENTATION_COLOUR = {'AXIAL': (1,0,0), # Red 'SAGITAL': (0,0,1)} # Blue IMPORT_INTERVAL = [_("Keep all slices"), _("Skip 1 for each 2 slices"), - _("Skip 1 for each 3 slices")] + _("Skip 2 for each 3 slices")] # Camera according to slice's orientation #CAM_POSITION = {"AXIAL":(0, 0, 1), "CORONAL":(0, -1, 0), "SAGITAL":(1, 0, 0)} -- libgit2 0.21.2