Skip to content

Commit d125e3f

Browse files
committedAug 31, 2015
translation string fix
1 parent 2e000ab commit d125e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/plugins/grass/modules/t.rast.colors.copy.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Assignes a color table from an existing raster or raster3d map to each raster map of the space time raster dataset" module="t.rast.colors">
4+
<qgisgrassmodule label="Assigns a color table from an existing raster or raster3d map to each raster map of the space time raster dataset" module="t.rast.colors">
55
<option key="input"/>
66
<option key="raster"/>
77
<option key="raster_3d"/>

‎src/plugins/grass/modules/t.rast.colors.predefined.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Assignes a predefined color table to each raster map of the space time raster dataset" module="t.rast.colors">
4+
<qgisgrassmodule label="Assigns a predefined color table to each raster map of the space time raster dataset" module="t.rast.colors">
55
<option key="input"/>
66
<option key="color"/>
77
<flag key="r" hidden="no" advanced="yes"/>

0 commit comments

Comments
 (0)
Please sign in to comment.