diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-06-14 18:10:28 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-06-14 18:10:28 +0000 |
| commit | 59ea4e5e66dd984c247d27eb17a44f504bf0e431 (patch) | |
| tree | 48d2f74608620f473fa3b277f07d2009c1c48a79 | |
| parent | Create at least two radio buttons for a table. (diff) | |
| parent | Incorporate some of Mihaela's suggestions. (diff) | |
| download | inkscape-59ea4e5e66dd984c247d27eb17a44f504bf0e431.tar.gz inkscape-59ea4e5e66dd984c247d27eb17a44f504bf0e431.zip | |
Merge branch 'patch-1' of gitlab.com:Moini/inkscape
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 | ||||
| -rw-r--r-- | src/widgets/arc-toolbar.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index ecf6204de..ee4082111 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); + _("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", diff --git a/src/widgets/arc-toolbar.cpp b/src/widgets/arc-toolbar.cpp index 23ecad50a..8b779ca6a 100644 --- a/src/widgets/arc-toolbar.cpp +++ b/src/widgets/arc-toolbar.cpp @@ -141,7 +141,7 @@ static void sp_arctb_value_changed(GtkAdjustment *adj, GObject *tbl, gchar const if (modmade) { DocumentUndo::done(desktop->getDocument(), SP_VERB_CONTEXT_ARC, - _("Change arc")); + _("Ellipse: Change radius")); } g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); |
