From b991511b526e0eaaa2aefbc20568180acf31beed Mon Sep 17 00:00:00 2001 From: Tim Kluge Date: Sun, 8 Jun 2025 16:13:21 +0200 Subject: [PATCH] Fix notepad datatype description --- app/build.gradle.kts | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7ec02c8..f8f3b33 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -73,7 +73,7 @@ tasks.register("generateManifest") { "latestVersionCode" to android.defaultConfig.versionCode, "developer" to "github.com/timklge", "description" to "Open-source extension that provides a simple notepad", - "releaseNotes" to "Initial release", + "releaseNotes" to "* Fix notepad description", "screenshotUrls" to listOf( "$baseUrl/menu.png", "$baseUrl/profile.png", diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b78f335..18126c0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,7 +2,7 @@ Notepad notepad Notepad - Simple button to quickly open the notepad + Simple notepad to input custom text Notepad Buton Simple button to quickly open the notepad \ No newline at end of file