Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-06-15 11:09:02 +0300
committerGitHub <noreply@github.com>2021-06-15 11:09:02 +0300
commitb7085738c767903636448b080b948d5551e0a16e (patch)
tree861b8615db456fcf092418d8ea1f61c71b481bcb
parentbc11effa14093fcdba61feec19b8d86f2aa8db78 (diff)
Add to translation
-rw-r--r--app/src/main/res/xml/searchable.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/searchable.xml b/app/src/main/res/xml/searchable.xml
index 47128864a..cbef62706 100644
--- a/app/src/main/res/xml/searchable.xml
+++ b/app/src/main/res/xml/searchable.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
- android:hint="Search deck"
- android:label="@string/app_name"></searchable> \ No newline at end of file
+ android:hint="@string/hint_search_deck"
+ android:label="@string/app_name"></searchable>