summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
-rw-r--r--src/widgets/arc-toolbar.cpp2
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) );