Skip to content

Commit 0c23e94

Browse files
committedMar 23, 2019
fix translation string
1 parent 2af3535 commit 0c23e94

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/processing/algs/grass7/description

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/grass7/description/r.sun.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ QgsProcessingParameterRasterLayer|elevation|Elevation layer [meters]|None|False
55
QgsProcessingParameterRasterLayer|aspect|Aspect layer [decimal degrees]|None|False
66
QgsProcessingParameterNumber|aspect_value|A single value of the orientation (aspect), 270 is south|QgsProcessingParameterNumber.Double|270.0|True|0.0|360.0
77
QgsProcessingParameterRasterLayer|slope|Name of the input slope raster map (terrain slope or solar panel inclination) [decimal degrees]|None|False
8-
QgsProcessingParameterNumber|slope_value|A single value of of inclination (slope)|QgsProcessingParameterNumber.Double|0.0|True|0.0|360.0
8+
QgsProcessingParameterNumber|slope_value|A single value of inclination (slope)|QgsProcessingParameterNumber.Double|0.0|True|0.0|360.0
99
QgsProcessingParameterRasterLayer|linke|Name of the Linke atmospheric turbidity coefficient input raster map|None|True
1010
QgsProcessingParameterRasterLayer|albedo|Name of the ground albedo coefficient input raster map|None|True
1111
QgsProcessingParameterNumber|albedo_value|A single value of the ground albedo coefficient|QgsProcessingParameterNumber.Double|0.2|True|0.0|360.0

0 commit comments

Comments
 (0)
Please sign in to comment.