Skip to content

Commit 368a6f4

Browse files
author
jef
committed
added a description of a new feature description (i18n relevant)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9830 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ed40da9 commit 368a6f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/qgisapp.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,8 @@ void QgisApp::about()
18501850
+ tr( "Ported all GDAL/OGR and GEOS usage to use C APIs only." )
18511851
+ "</li>"
18521852
+ "<li>"
1853-
1853+
+ tr( "Vector editing overhaul - handling of geometry and attribute edit transactions is now handled transparently in one place." )
1854+
+ "</li>"
18541855
//+ "<li>"
18551856
//+ tr("X")
18561857
//+ "</li>"

0 commit comments

Comments
 (0)