Skip to content

Commit

Permalink
Update link.c
Browse files Browse the repository at this point in the history
adjust G_done_msg()
  • Loading branch information
metzm committed Feb 13, 2020
1 parent 6658afe commit f4f748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster/r.buildvrt/link.c
Expand Up @@ -137,5 +137,5 @@ void create_map(const struct input *inputs, int num_inputs, const char *output,
if (title)
Rast_put_cell_title(output, title);

G_done_msg(_("Link to raster map <%s> created."), output);
G_done_msg(_("Virtual raster map <%s> created."), output);
}

0 comments on commit f4f748f

Please sign in to comment.