diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-02-17 21:25:24 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-02-17 21:25:24 +0000 |
| commit | b442a4dd316e853a4ec92d7bd7caed7aea65e676 (patch) | |
| tree | cf9020b7b81ecbfb1f65ff6a97de9ccb9988d4a7 /src/ui/tools/rect-tool.cpp | |
| parent | Update sp_action_get_title to remove Unicode Character "…" (diff) | |
| parent | Golden ratio in status bar text (diff) | |
| download | inkscape-b442a4dd316e853a4ec92d7bd7caed7aea65e676.tar.gz inkscape-b442a4dd316e853a4ec92d7bd7caed7aea65e676.zip | |
Merge branch 'nathanal/inkscape-golden-ratio-patch'
Diffstat (limited to 'src/ui/tools/rect-tool.cpp')
| -rw-r--r-- | src/ui/tools/rect-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, - _("<b>Rectangle</b>: %s × %s; with <b>Ctrl</b> to make square or integer-ratio rectangle; with <b>Shift</b> to draw around the starting point"), + _("<b>Rectangle</b>: %s × %s; with <b>Ctrl</b> to make square, integer-ratio, or golden-ratio rectangle; with <b>Shift</b> to draw around the starting point"), xs.c_str(), ys.c_str()); } } |
