From ebeff35a0305683574373b75c7b0e5797749fe3e Mon Sep 17 00:00:00 2001
From: Johnny_M <klasse@partyheld.de>
Date: Sun, 1 Oct 2017 11:49:11 +0200
Subject: tdf#39468 Translate German comments (leftovers)

Change-Id: I9952c560547b0668d8216edba1486638fa41e553
Reviewed-on: https://gerrit.libreoffice.org/42990
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
---
 svx/source/dialog/srchdlg.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'svx/source')

diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 30ec52ebce46..20f588cf9949 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -546,7 +546,7 @@ void SvxSearchDialog::Construct_Impl()
 
 bool SvxSearchDialog::Close()
 {
-    // remember strings speichern
+    // remember strings
     if (!aSearchStrings.empty())
         StrArrToList_Impl( SID_SEARCHDLG_SEARCHSTRINGS, aSearchStrings );
 
-- 
cgit