summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fudraw.cxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-07-02 14:24:27 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-03 11:48:18 +0200
commite8c7a49c49cfde6e22cb5fea0d07e68409de61af (patch)
tree288ca4fac4625e49f9d79cd52d45b29649c186f0 /sd/source/ui/func/fudraw.cxx
parenta029fd42907bf617a26cdfe4278b191b0a34de8b (diff)
Translate German comments and debug strings (leftovers in dirs scaddins to sd)
Translates leftovers found using a custom regex and manually checking the rest of the affected file. Additionally: - A few spelling fixes Change-Id: If54a0ecc58a429ee1c63abd43411c50304dab176 Reviewed-on: https://gerrit.libreoffice.org/39450 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd/source/ui/func/fudraw.cxx')
-rw-r--r--sd/source/ui/func/fudraw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx
index 068a3e03cb91..d1e023eed8c6 100644
--- a/sd/source/ui/func/fudraw.cxx
+++ b/sd/source/ui/func/fudraw.cxx
@@ -515,8 +515,8 @@ void FuDraw::ForcePointer(const MouseEvent* pMEvt)
if ((eDragMode == SdrDragMode::Rotate) && (eHit == SdrHitKind::MarkedObject))
{
- // The goal of this request is show always the rotation-arrow for 3D-objects at rotation-modus
- // Independent of the settings at Extras->Optionen->Grafik "Objekte immer verschieben"
+ // The goal of this request is show always the rotation arrow for 3D-objects at rotation mode
+ // Independent of the settings at Tools->Options->Draw "Objects always moveable"
// 2D-objects acquit in an other way. Otherwise, the rotation of 3d-objects around any axes
// wouldn't be possible per default.
const SdrMarkList& rMarkList = mpView->GetMarkedObjectList();