diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 77c61aeea..ccf082421 100755
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,5 +1,7 @@
-**Please fill out this form and remove the first two lines before posting.**
-**If your issue is a request for a catalogue it belongs here https://github.com/inorichi/tachiyomi-extensions/**
+**DO NOT OPEN ISSUES/REQUESTS RELATING TO EXTENSIONS/CATALOGUES IN THIS REPOSITORY. Open them at the following repository https://github.com/inorichi/tachiyomi-extensions/**
+
+**For all other requests Please fill out the form below and remove the first 3 lines of this template**
+
**App version:**
**Issue/Request:**
@@ -10,4 +12,4 @@
2.
3.
-**Other details:**
\ No newline at end of file
+**Other details:**
diff --git a/app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupRestoreService.kt b/app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupRestoreService.kt
index 5ab30ab5b..db6866e28 100644
--- a/app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupRestoreService.kt
+++ b/app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupRestoreService.kt
@@ -33,7 +33,8 @@ import timber.log.Timber
import uy.kohesive.injekt.injectLazy
import java.io.File
import java.text.SimpleDateFormat
-import java.util.*
+import java.util.Date
+import java.util.Locale
import java.util.concurrent.ExecutorService
import java.util.concurrent.Executors
@@ -295,7 +296,7 @@ class BackupRestoreService : Service() {
categories: List, history: List,
tracks: List
Rozdziały
Ostatni rozdział
Status
- Zobacz %1$s! na %2$s
Okrągła ikonka
Zaokrąglona ikonka
Kwadratowa ikonka
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 1f4b848a6..edf436ff2 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -278,7 +278,6 @@ Além disso, verifique se as fontes que requerem uma conta foram configuradas co
Situação
Fonte
Gêneros
- Confira %1$s! em %2$s
Ícone circular
Ícone redondo
Ícone quadrado
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index bebe687c3..a352cc590 100755
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -253,7 +253,6 @@
Выберите каталог
Сервисы
Установить обложку
- Проверьте %1$s! в %2$s
Название ярлыка
Показывать номер главы
Показывать пароль
diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml
index a47255ae0..346e17e57 100755
--- a/app/src/main/res/values-vi/strings.xml
+++ b/app/src/main/res/values-vi/strings.xml
@@ -240,7 +240,6 @@
Trạng thái
Nguồn truyện
Thể loại
- Kiểm tra %1$s! tại %2$s
Biểu tượng tròn
Biểu tượng hình chữ nhật
Biểu tượng vuông
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c1c27dc43..e7c13d3ea 100755
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -338,7 +338,6 @@
Status
Source
Genres
- Check out %1$s! at %2$s
Circular icon
Rounded icon
Square icon
@@ -349,6 +348,7 @@
Failed to create shortcut!
Delete downloaded chapters?
%1$s copied to clipboard
+ Source not installed: %1$s
Chapters
diff --git a/build.gradle b/build.gradle
index 0e6c45d18..c443464c5 100755
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.2'
+ classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
classpath 'com.github.zellius:android-shortcut-gradle-plugin:0.1.2'
classpath 'com.google.gms:google-services:3.2.0'