ntpc: clean-up translation strings
[project/luci.git] / applications / luci-ntpc / luasrc / model / cbi / ntpc / ntpcmini.lua
index bd04cc6..9b56337 100644 (file)
@@ -17,10 +17,11 @@ m = Map("ntpclient", translate("Time Synchronisation"), translate("Synchronizes
 
 s = m:section(TypedSection, "ntpclient", translate("General"))
 s.anonymous = true
+s.addremove = false
 
-s:option(DummyValue, "_time", translate("ntpc_current")).value = os.date("%c")
+s:option(DummyValue, "_time", translate("Current system time")).value = os.date("%c")
 
-s:option(Value, "interval", translate("Update Interval (in s)")).rmempty = true
+s:option(Value, "interval", translate("Update interval (in seconds)")).rmempty = true
 
 
 s3 = m:section(TypedSection, "ntpserver", translate("Time Server"))
@@ -31,4 +32,4 @@ s3.template = "cbi/tblsection"
 s3:option(Value, "hostname", translate("Hostname"))
 s3:option(Value, "port", translate("Port")).rmempty = true
 
-return m
\ No newline at end of file
+return m