From ce63cde4eef6efb971b29c59bb35c6f9c115b6dd Mon Sep 17 00:00:00 2001
From: 6543 <6543@obermui.de>
Date: Tue, 3 Sep 2019 16:46:38 +0200
Subject: [PATCH] add menue entry and strings
---
app/src/main/res/layout/repo_bottom_sheet_layout.xml | 12 ++++++++++++
app/src/main/res/values-de/strings.xml | 1 +
app/src/main/res/values/strings.xml | 1 +
3 files changed, 14 insertions(+)
diff --git a/app/src/main/res/layout/repo_bottom_sheet_layout.xml b/app/src/main/res/layout/repo_bottom_sheet_layout.xml
index e91b1282..776cecbd 100644
--- a/app/src/main/res/layout/repo_bottom_sheet_layout.xml
+++ b/app/src/main/res/layout/repo_bottom_sheet_layout.xml
@@ -67,4 +67,16 @@
android:textSize="16sp"
android:padding="16dp" />
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index a4cfdf23..89acc17f 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -312,6 +312,7 @@
Möchtest du den Nutzer wirklich von dieser Repository entfernen?
Benuter von der Repository entfernt.
Benutzer zu der Repository hinzugefügt.
+ Öfne Repository mit einem Browser.
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 9489b4d3..8c398b2c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -342,6 +342,7 @@
Do you want to remove this user from the repository?
User removed from the repository.
User added to the repository.
+ Open repository with a browser.