summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/display/sp-canvas.cpp')
-rw-r--r--src/display/sp-canvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp
index e84303816..427cec20a 100644
--- a/src/display/sp-canvas.cpp
+++ b/src/display/sp-canvas.cpp
@@ -2211,7 +2211,7 @@ void SPCanvas::rotateTo(double angle)
cairo_translate(cr, -half_w + 10 ,-half_h + 55);
s.str("");
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- s << _("+CTRL, ") << prefs->getInt("/options/rotationsnapsperpi/value", 15) << _("º round step");
+ s << _("+CTRL, ") << 180.0/prefs->getInt("/options/rotationsnapsperpi/value", 12) << _("º round step");
cairo_text_path(cr, s.str().c_str());
cairo_fill(cr);
cairo_translate(cr, (-half_w + 10) * -1 ,(-half_h + 55) * -1);