fix: cleaner translation

This commit is contained in:
Yocraft-2000
2026-07-18 12:27:36 +02:00
parent 3007c07c0c
commit e9d898f99b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ function onActivate(id)
if noctalia.getConfig("notify") then
noctalia.notify(
noctalia.tr("notify.title"),
noctalia.tr("notify.message") .. " " .. id
noctalia.tr("notify.message", { name = id })
)
end
end
+1 -1
View File
@@ -1,6 +1,6 @@
id = "yocraft/web-launcher"
name = "Web Launcher"
version = "1.2.3"
version = "1.2.5"
plugin_api = 3
author = "yocraft"
license = "MIT"
+1 -1
View File
@@ -18,6 +18,6 @@
},
"notify": {
"title": "Websites",
"message": "Opening"
"message": "Opening {name}"
}
}