? stringfix.diff Index: shape-export.c =================================================================== RCS file: /cvs/gnome/dia/plug-ins/shape/shape-export.c,v retrieving revision 1.24 diff -u -p -d -r1.24 shape-export.c --- shape-export.c 29 Nov 2003 18:05:34 -0000 1.24 +++ shape-export.c 9 Jan 2004 02:39:20 -0000 @@ -494,7 +494,7 @@ export_shape(DiagramData *data, const gc static const gchar *extensions[] = { "shape", NULL }; DiaExportFilter shape_export_filter = { - N_("dia shape file"), + N_("Dia Shape File"), extensions, export_shape };