aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorMax <max@zptx.dev>2023-09-30 02:15:55 +0800
committerGitHub <noreply@github.com>2023-09-29 20:15:55 +0200
commitb364b6da62668ea44dfc23180fe70c13ec707804 (patch)
tree8fbfe63d9e84505f05550415ddb6872a07b0c1b5 /src/main/java/at/hannibal2/skyhanni
parenteae6388abcc7d56cfd70981c682e1e5d17fda946 (diff)
downloadskyhanni-b364b6da62668ea44dfc23180fe70c13ec707804.tar.gz
skyhanni-b364b6da62668ea44dfc23180fe70c13ec707804.tar.bz2
skyhanni-b364b6da62668ea44dfc23180fe70c13ec707804.zip
Fix capitalization for update checker and improve wording (#515)
Better wording in the auto updater. #515
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
index df2177f20..8fac88238 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
@@ -96,8 +96,8 @@ object UpdateManager {
if (it.isUpdateAvailable) {
updateState = UpdateState.AVAILABLE
LorenzUtils.clickableChat(
- "§e[SkyHanni] §aSkyhanni found a new update: ${it.update.versionName}. " +
- "Go check §b/sh download update §afor more info.",
+ "§e[SkyHanni] §aSkyHanni found a new update: ${it.update.versionName}. " +
+ "Check §b/sh download update §afor more info.",
"sh"
)
}
@@ -138,4 +138,4 @@ object UpdateManager {
}
var potentialUpdate: PotentialUpdate? = null
-} \ No newline at end of file
+}