From 124fc98116de707935cb3f24c1e1619f5645c7a8 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Tue, 15 Aug 2023 10:31:29 +0200 Subject: [PATCH] Update de.rs --- src/lang/de.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/de.rs b/src/lang/de.rs index 43640bd6a..7ebd725a2 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -535,7 +535,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("List View", "Listenansicht"), ("Select", "Auswählen"), ("Toggle Tags", "Tags umschalten"), - ("pull_ab_failed_tip", ""), - ("push_ab_failed_tip", ""), + ("pull_ab_failed_tip", "Aktualisierung des Adressbuchs fehlgeschlagen"), + ("push_ab_failed_tip", "Synchronisierung des Adressbuchs mit dem Server fehlgeschlagen"), ].iter().cloned().collect(); }