[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-603-g7354b43
Tuxbox Sources
Brought to you by:
dbt1
|
From: GetAway <tux...@ne...> - 2015-06-18 13:55:19
|
Project "Tuxbox-GIT: apps":
The branch, master has been updated
via 7354b4358507932405ff6a297fc2f2b74e04119b (commit)
from 44d20e94dd472e749809105d6f0a0aa3038292e1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7354b4358507932405ff6a297fc2f2b74e04119b
Author: GetAway <get...@t-...>
Date: Thu Jun 18 15:54:42 2015 +0200
yWeb: fix translation
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_Boxcontrol.yhtm b/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_Boxcontrol.yhtm
index b3e1d51..7dc8961 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_Boxcontrol.yhtm
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Tools_Boxcontrol.yhtm
@@ -28,8 +28,8 @@ function goUrl(_url){
<tr><td class="y_form_header">{=L:0406=}</td><td class="y_form_header">{=L:0403=}</td></tr>
<tr>
<td>
- <input type="button" value="{=L:0412=}" onclick='goConfirmUrl("{=bc.control.reboot.ask=}","/control/reboot");' />
- <input type="button" value="{=L:0414=}" onclick='goConfirmUrl("{=bc.control.shutdown.ask=}","/control/shutdown");' />
+ <input type="button" value="{=L:0412=}" onclick='goConfirmUrl("{=L:0411=}","/control/reboot");' />
+ <input type="button" value="{=L:0414=}" onclick='goConfirmUrl("{=L:0413=}","/control/shutdown");' />
</td>
<td>
<input type="button" value="{=L:0031=}" onclick='goUrl("/control/standby?on");' />
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
index 3938606..5fd09fb 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt
@@ -1,4 +1,4 @@
-version=2.8.3.01
-date=14.05.2015
+version=2.8.3.02
+date=18.06.2015
type=Release
info=Tuxbox
-----------------------------------------------------------------------
Summary of changes:
.../daemons/nhttpd/web/Y_Tools_Boxcontrol.yhtm | 4 ++--
tuxbox/neutrino/daemons/nhttpd/web/Y_Version.txt | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
Tuxbox-GIT: apps
|