2,571 changes: 1,381 additions & 1,190 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/function_help/wordwrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Returns a string wrapped to a maximum/minimum number of characters.

<p><h4>Syntax</h4>
replace(<i>string,wrap_length[,delimiter_string]</i>)</p>
wordwrap(<i>string,wrap_length[,delimiter_string]</i>)</p>

<p><h4>Arguments</h4>
<!-- List args for functions here-->
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgisapp.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2166,12 +2166,12 @@ Acts on currently active editable layer</string>
</action>
<action name="mActionAddLayerDefinition">
<property name="text">
<string>Add from Layer Definition File..</string>
<string>Add from Layer Definition File...</string>
</property>
</action>
<action name="mActionSaveLayerDefinition">
<property name="text">
<string>Save As Layer Definition File..</string>
<string>Save As Layer Definition File...</string>
</property>
</action>
</widget>
Expand Down