Code

Don't mark "gridtype" as translatable.
authorcmarqu <cmarqu@users.sourceforge.net>
Mon, 9 Oct 2006 19:47:24 +0000 (19:47 +0000)
committercmarqu <cmarqu@users.sourceforge.net>
Mon, 9 Oct 2006 19:47:24 +0000 (19:47 +0000)
src/ui/dialog/document-properties.cpp

index 07598d516927089614a84aca61bb5b721da47e8b..d8c3bda2d0a9dfa89ec9f28f5351a04437d1a4ed 100644 (file)
@@ -242,7 +242,7 @@ DocumentProperties::build_grid()
     _rrb_gridtype.init (_("Grid type:"), _("Normal (2D)"), _("Axonometric (3D)"),
                 _("The normal grid with vertical and horizontal lines."),
                 _("A grid with vertical lines and two diagonal line groups, each representing the projection of a primary axis."),
-                _("gridtype"), _wr);
+                "gridtype", _wr);
     
     _rumg.init (_("Grid _units:"), "grid_units", _wr);
     _rsu_ox.init (_("_Origin X:"), _("X coordinate of grid origin"),