You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/qgisapp.cpp
+76-76
Original file line number
Diff line number
Diff line change
@@ -1950,104 +1950,104 @@ void QgisApp::about()
1950
1950
whatsNew += tr( "This release includes over 277 bug fixes and many new features and enhancements. Once again it is impossible to document everything here that has changed so we will just provide a bullet list of key new features here." );
1951
1951
whatsNew += "</p>";
1952
1952
1953
-
whatsNew += "<h3>" + tr("Symbology labels and diagrams") + "</h3>";
1953
+
whatsNew += "<h3>" + tr("Symbology labels and diagrams") + "</h3>";
1954
1954
whatsNew += "<ul>";
1955
-
whatsNew += "<li>" + tr("New symbology now used by default!") + "</li>";
1956
-
whatsNew += "<li>" + tr("Diagram system that uses the same smart placement system as labeling-ng") + "</li>";
1957
-
whatsNew += "<li>" + tr("Export and import of styles (symbology-ng).") + "</li>";
1958
-
whatsNew += "<li>" + tr("Labels for rules in rule-based renderers.") + "</li>";
1959
-
whatsNew += "<li>" + tr("Ability to set label distance in map units.") + "</li>";
1960
-
whatsNew += "<li>" + tr("Rotation for svg fills.") + "</li>";
1961
-
whatsNew += "<li>" + tr("Font marker can have an X,Y offset.") + "</li>";
1962
-
whatsNew += "<li>" + tr("Allow the line symbol layers to be used for outline of polygon (fill) symbols.") + "</li>";
1963
-
whatsNew += "<li>" + tr("Option to put marker on the central point of a line.") + "</li>";
1964
-
whatsNew += "<li>" + tr("Option to put marker only on first/last vertex of a line.") + "</li>";
1965
-
whatsNew += "<li>" + tr("Added \"centroid fill\" symbol layer which draws a marker on polygon's centroid.") + "</li>";
1966
-
whatsNew += "<li>" + tr("Allow the marker line symbol layer to draw markers on each vertex.") + "</li>";
1967
-
whatsNew += "<li>" + tr("Move/rotate/change label edit tools to interactively change data defined label properties.") + "</li>";
1955
+
whatsNew += "<li>" + tr("New symbology now used by default!") + "</li>";
1956
+
whatsNew += "<li>" + tr("Diagram system that uses the same smart placement system as labeling-ng") + "</li>";
1957
+
whatsNew += "<li>" + tr("Export and import of styles (symbology-ng).") + "</li>";
1958
+
whatsNew += "<li>" + tr("Labels for rules in rule-based renderers.") + "</li>";
1959
+
whatsNew += "<li>" + tr("Ability to set label distance in map units.") + "</li>";
1960
+
whatsNew += "<li>" + tr("Rotation for svg fills.") + "</li>";
1961
+
whatsNew += "<li>" + tr("Font marker can have an X,Y offset.") + "</li>";
1962
+
whatsNew += "<li>" + tr("Allow the line symbol layers to be used for outline of polygon (fill) symbols.") + "</li>";
1963
+
whatsNew += "<li>" + tr("Option to put marker on the central point of a line.") + "</li>";
1964
+
whatsNew += "<li>" + tr("Option to put marker only on first/last vertex of a line.") + "</li>";
1965
+
whatsNew += "<li>" + tr("Added \"centroid fill\" symbol layer which draws a marker on polygon's centroid.") + "</li>";
1966
+
whatsNew += "<li>" + tr("Allow the marker line symbol layer to draw markers on each vertex.") + "</li>";
1967
+
whatsNew += "<li>" + tr("Move/rotate/change label edit tools to interactively change data defined label properties.") + "</li>";
1968
1968
whatsNew += "</ul>";
1969
-
whatsNew += "<h3>" + tr("New Tools") + "</h3>";
1969
+
whatsNew += "<h3>" + tr("New Tools") + "</h3>";
1970
1970
whatsNew += "<ul>";
1971
-
whatsNew += "<li>" + tr("Added GUI for gdaldem.") + "</li>";
1972
-
whatsNew += "<li>" + tr("Added 'Lines to polygons' tool to vector menu.") + "</li>";
1973
-
whatsNew += "<li>" + tr("Added field calculator with functions like $x, $y and $perimeter.") + "</li>";
whatsNew += "<li>" + tr("Fix feature updates in feature form from attribute table.") + "</li>";
2009
-
whatsNew += "<li>" + tr("Add support for NULL values in value maps (comboboxes).") + "</li>";
2010
-
whatsNew += "<li>" + tr("Use layer names instead of ids in drop down list when loading value maps from layers.") + "</li>";
2011
-
whatsNew += "<li>" + tr("Support feature form expression fields: line edits on the form which name prefix \"expr_\" are evaluated. Their value is interpreted as field calculator string and replaced with the calculated value.") + "</li></ul></li>";
2012
-
whatsNew += "<li>" + tr("Support searching for NULL in attribute table.") + "</li>";
whatsNew += "<li>" + tr("Fix feature updates in feature form from attribute table.") + "</li>";
2009
+
whatsNew += "<li>" + tr("Add support for NULL values in value maps (comboboxes).") + "</li>";
2010
+
whatsNew += "<li>" + tr("Use layer names instead of ids in drop down list when loading value maps from layers.") + "</li>";
2011
+
whatsNew += "<li>" + tr("Support feature form expression fields: line edits on the form which name prefix \"expr_\" are evaluated. Their value is interpreted as field calculator string and replaced with the calculated value.") + "</li></ul></li>";
2012
+
whatsNew += "<li>" + tr("Support searching for NULL in attribute table.") + "</li>";
0 commit comments