From 06c07c0dc15348c23fe432e7f1c0243486d1e6bf Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Sat, 26 Aug 2017 01:03:43 +0200 Subject: Translate German comments/debug strings (leftovers in dirs starmath to sysui) Translates leftovers found using a custom regex. Additionally translated: - One randomly found comment in /reportdesign - Test strings in /stoc/test (let's see if it works) Change-Id: I5f893c194c4b56b5365700928a3b8b63936d03e2 Reviewed-on: https://gerrit.libreoffice.org/41583 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sw/inc/IDocumentTimerAccess.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/IDocumentTimerAccess.hxx') diff --git a/sw/inc/IDocumentTimerAccess.hxx b/sw/inc/IDocumentTimerAccess.hxx index 2cdb33e5ab7d..717728f83c99 100644 --- a/sw/inc/IDocumentTimerAccess.hxx +++ b/sw/inc/IDocumentTimerAccess.hxx @@ -27,7 +27,7 @@ class IDocumentTimerAccess { public: /** - Set modus to 'start'. + Set mode to 'start'. */ virtual void StartIdling() = 0; -- cgit