1,986 changes: 1,057 additions & 929 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/plugins/db_manager/ui/DlgExportVector.ui
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>Append data into file</string>
<string>Append data to file</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/db_manager/ui/DlgImportVector.ui
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>Append data into table</string>
<string>Append data to table</string>
</property>
</widget>
</item>
Expand Down
2 changes: 0 additions & 2 deletions src/app/nodetool/qgsselectedfeature.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#ifndef QGSSELECTEDFEATURE_H
#define QGSSELECTEDFEATURE_H

#include "nodetool/qgsselectedfeature.h"

#include "qgsfeature.h"
#include "qgsgeometry.h"

Expand Down