diff options
| author | Maren Hachmann <maren@goos-habermann.de> | 2018-03-02 00:39:07 +0000 |
|---|---|---|
| committer | Maren Hachmann <maren@goos-habermann.de> | 2018-03-02 00:39:07 +0000 |
| commit | d9e13dc8542cd97bd38ac4a5938004a36ab4c2dc (patch) | |
| tree | 771157fa2f7c4827ac34244c4e7213a1e75ad47c /src | |
| parent | Suggestion for improved Undo string when changing radii of an ellipse, consis... (diff) | |
| download | inkscape-d9e13dc8542cd97bd38ac4a5938004a36ab4c2dc.tar.gz inkscape-d9e13dc8542cd97bd38ac4a5938004a36ab4c2dc.zip | |
Try to clarify what the new tile size option is for.
Might still need improvement.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 96c446d0c..bcae22a8a 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1476,7 +1476,7 @@ void InkscapePreferences::initPageRendering() // rendering tile multiplier _rendering_tile_multiplier.init("/options/rendering/tile-multiplier", 1.0, 512.0, 1.0, 16.0, 16.0, true, false); _page_rendering.add_line( false, _("Rendering tile multiplier:"), _rendering_tile_multiplier, "", - _("Set the relative size of tiles used to render the canvas. The larger the value, the bigger the tile size."), false); + _("Set the relative size of tiles used to render the canvas. The larger the value, the bigger the tile size. On modern hardware, increasing this value (default: 16) can lead to improved performance with faster redrawing."), false); /* blur quality */ _blur_quality_best.init ( _("Best quality (slowest)"), "/options/blurquality/value", |
