From 8e3a24f7cdbe934612f79959548e914fe890ba8c Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Mon, 9 Nov 2015 21:46:01 +0100 Subject: [PATCH] luci-app-radicale: remove map.title hack remove map.title hack; no longer needed Signed-off-by: Christian Schoenebeck --- applications/luci-app-radicale/Makefile | 2 +- .../luci-app-radicale/luasrc/controller/radicale.lua | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 960618dbac..1501d4f0e8 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=luci-app-radicale # Version == major.minor.patch # increase "minor" on new functionality and "patch" on patches/optimization -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.2 # Release == build # increase on changes of translation files diff --git a/applications/luci-app-radicale/luasrc/controller/radicale.lua b/applications/luci-app-radicale/luasrc/controller/radicale.lua index 35f5a83a0c..10ec1fe545 100644 --- a/applications/luci-app-radicale/luasrc/controller/radicale.lua +++ b/applications/luci-app-radicale/luasrc/controller/radicale.lua @@ -82,7 +82,7 @@ function service_ok() end function app_title_main() - return [[]] .. I18N.translate("Radicale CalDAV/CardDAV Server") + .. [[]] end function app_title_back() - return [[]] .. I18N.translate("Radicale CalDAV/CardDAV Server") + .. [[]] end function app_description() return I18N.translate("The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) server solution.") .. [[
]] -- 2.30.2