diff options
author | Johnny_M <klasse@partyheld.de> | 2021-01-09 13:41:00 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-01-12 11:20:15 +0100 |
commit | c768e8afcc42d6f5b00483f24f9bed662a4c2878 (patch) | |
tree | 18bd08ce432aac48ec99c179f76be3f459781121 | |
parent | 694b400f56842cd29ad1a960853cde5aef91e4f0 (diff) |
Translate German comments
Change-Id: Ic0383c4be4f16bf0507c59f03a6453d241d93719
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109032
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r-- | sd/source/ui/func/fudraw.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index 387ee86a458f..2156624f4508 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -171,7 +171,7 @@ bool FuDraw::MouseButtonDown(const MouseEvent& rMEvt) if(bRestricted && doConstructOrthogonal()) { // Restrict movement: - // rectangle->quadrat, ellipse->circle etc. + // rectangle->square, ellipse->circle, etc. bOrtho = !rMEvt.IsShift(); } else @@ -237,7 +237,7 @@ bool FuDraw::MouseMove(const MouseEvent& rMEvt) if(bRestricted && doConstructOrthogonal()) { // Scale proportionally by default: - // rectangle->quadrat, ellipse->circle, Images etc. + // rectangle->square, ellipse->circle, images, etc. bOrtho = !rMEvt.IsShift(); } else |