[GRASS-SVN] r44569 -
grass/branches/develbranch_6/imagery/i.ortho.photo/menu
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Dec 9 03:12:46 EST 2010
Author: neteler
Date: 2010-12-09 00:12:46 -0800 (Thu, 09 Dec 2010)
New Revision: 44569
Modified:
grass/branches/develbranch_6/imagery/i.ortho.photo/menu/i.photo.rectify.c
Log:
Menu cosmetics
Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/menu/i.photo.rectify.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/menu/i.photo.rectify.c 2010-12-09 06:26:18 UTC (rev 44568)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/menu/i.photo.rectify.c 2010-12-09 08:12:46 UTC (rev 44569)
@@ -191,9 +191,9 @@
while (1) {
char buf[100];
- fprintf(stderr, "Desired target resolution\n");
+ fprintf(stderr, "Enter desired target resolution, or\n");
fprintf(stderr,
- " RETURN determine automatically\n");
+ " RETURN to determine it automatically:\n");
fprintf(stderr, "> ");
if (!G_gets(buf))
continue;
@@ -288,7 +288,7 @@
char buf[100];
int seg_mb = max_mb + 0.5;
- fprintf(stderr, _("Amount of memory to use in MB\n"));
+ fprintf(stderr, _("Enter amount of memory to use in MB, or\n"));
if (use_target_window)
fprintf(stderr, _("RETURN use %d MB to keep all data in RAM\n"), seg_mb);
else {
More information about the grass-commit
mailing list