|
@@ -99,7 +99,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
tdelim_opt = G_define_standard_option(G_OPT_F_SEP);
|
|
|
tdelim_opt->key = "text";
|
|
|
- tdelim_opt->label = "text delimiter";
|
|
|
+ tdelim_opt->label = "Text delimiter";
|
|
|
tdelim_opt->answer = "doublequote";
|
|
|
tdelim_opt->description = _("Special characters: doublequote, singlequote");
|
|
|
tdelim_opt->guisection = _("Input format");
|