From 5c345eb88204abc69de83557cd510c0b854e883b Mon Sep 17 00:00:00 2001
From: Nathan Lee <2431820-nathanal@users.noreply.gitlab.com>
Date: Wed, 13 Feb 2019 23:15:59 +1100
Subject: Golden ratio in status bar text
Circle and Square can be constrained to a golden ratio. Adds this to the status bar (which noted 1:1 and integer-ratio previously)
---
src/ui/tools/rect-tool.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/ui/tools/rect-tool.cpp')
diff --git a/src/ui/tools/rect-tool.cpp b/src/ui/tools/rect-tool.cpp
index fdb7bace9..be4b49dce 100644
--- a/src/ui/tools/rect-tool.cpp
+++ b/src/ui/tools/rect-tool.cpp
@@ -443,7 +443,7 @@ void RectTool::drag(Geom::Point const pt, guint state) {
}
} else {
this->message_context->setF(Inkscape::IMMEDIATE_MESSAGE,
- _("Rectangle: %s × %s; with Ctrl to make square or integer-ratio rectangle; with Shift to draw around the starting point"),
+ _("Rectangle: %s × %s; with Ctrl to make square, integer-ratio, or golden-ratio rectangle; with Shift to draw around the starting point"),
xs.c_str(), ys.c_str());
}
}
--
cgit v1.2.3