diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f3b615..10e896a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.6)
project (whyblocked
- VERSION 0.10.10
+ VERSION 0.10.11
LANGUAGES CXX
)
diff --git a/src/interface_qt.cpp b/src/interface_qt.cpp
index 7ed7131..bcc73a9 100644
--- a/src/interface_qt.cpp
+++ b/src/interface_qt.cpp
@@ -160,7 +160,7 @@ void MainWindow::show_details(QModelIndex index)
{
if (!std::get<2>(result).empty())
{
- text += "Receipts:";
+ text += string("") + tr("Receipts:").toStdString() + "";
for (const string &url : std::get<2>(result))
{
text += "
" + url;
diff --git a/translations/whyblocked_de.ts b/translations/whyblocked_de.ts
index a828b79..fcab1bb 100644
--- a/translations/whyblocked_de.ts
+++ b/translations/whyblocked_de.ts
@@ -247,6 +247,11 @@
<p><b>Whyblocked</b> %1</p><p>Erinnert dich, warum du jemanden blockiertest.</p><p>Quelltext: <a href="https://schlomp.space/tastytea/whyblocked">https://schlomp.space/tastytea/whyblocked</a></p><p><small>Copyright © 2018 <a href="mailto:tastytea@tastytea.de">tastytea</a>.<br>Lizenz GPLv3: <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU GPL version 3</a>.<br>Für dieses Programm besteht KEINERLEI GARANTIE. Dies ist freie Software, die Sie unter bestimmten Bedingungen weitergeben dürfen.</small></p>
+
+
+
+ Belege:
+
Text
diff --git a/translations/whyblocked_en.ts b/translations/whyblocked_en.ts
index ebea874..03e628f 100644
--- a/translations/whyblocked_en.ts
+++ b/translations/whyblocked_en.ts
@@ -247,6 +247,11 @@
+
+
+
+
+
Text