diff options
| author | Maren Hachmann <maren@goos-habermann.de> | 2018-05-11 21:05:10 +0000 |
|---|---|---|
| committer | Maren Hachmann <maren@goos-habermann.de> | 2018-05-11 21:05:10 +0000 |
| commit | eccea51b17447e1fe509c023bf0b21c5d1f67843 (patch) | |
| tree | eaa3333a4250fab75508b80c9160a64c3631b683 /src | |
| parent | Try a different tool tip that hopefully can help users determine what to expe... (diff) | |
| download | inkscape-eccea51b17447e1fe509c023bf0b21c5d1f67843.tar.gz inkscape-eccea51b17447e1fe509c023bf0b21c5d1f67843.zip | |
Incorporate some of Mihaela's suggestions.
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 09959b456..479154e4e 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, "", - _("Increase to get a better performance when there are large areas with filtered objects in your drawing. Decrease to make zooming and panning in relevant areas faster on low-end hardware in drawings with few or no filters."), false); + _("On modern hardware, increasing this value (default is 16) can help to get a better performance when there are large areas with filtered objects (this includes blur and blend modes) in your drawing. Decrease the value to make zooming and panning in relevant areas faster on low-end hardware in drawings with few or no filters."), false); /* blur quality */ _blur_quality_best.init ( _("Best quality (slowest)"), "/options/blurquality/value", |
