From fc77d5ba97e9927bfa8d9afee1e16ee70ed95ef2 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Thu, 27 Sep 2018 09:59:53 +0200 Subject: [PATCH] Added missing translation --- MacPass/de.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MacPass/de.lproj/Localizable.strings b/MacPass/de.lproj/Localizable.strings index f0d4163b..42beaec7 100644 --- a/MacPass/de.lproj/Localizable.strings +++ b/MacPass/de.lproj/Localizable.strings @@ -328,6 +328,9 @@ /* Action title for moving a group via drag and drop */ "MOVE_GROUP" = "Gruppe bewegem"; +/* Menu displayed as popup selection for search options when multiple items are selected */ +"MULTIPLE_FILTERS_ACTIVE_WITH_DOTS" = "Mehrere…"; + /* Name for a newly created Database */ "NEW_DATABASE" = "Datenbank";