From 0821cf18a02495547253c94c700923785724af26 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 21 Nov 2006 19:53:41 +0000 Subject: [PATCH] Fixed bug #1992 - logout text wrong --- campcaster/src/modules/htmlUI/var/templates/popup/logout.tpl | 2 +- .../src/modules/htmlUI/var/templates/popup/signover.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/campcaster/src/modules/htmlUI/var/templates/popup/logout.tpl b/campcaster/src/modules/htmlUI/var/templates/popup/logout.tpl index 16fdc10b8..f212c4d65 100644 --- a/campcaster/src/modules/htmlUI/var/templates/popup/logout.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/popup/logout.tpl @@ -1,7 +1,7 @@ {include file="popup/header.tpl"}
-##Are you sure to logout?## +##Are you sure you want to logout?##

  diff --git a/campcaster/src/modules/htmlUI/var/templates/popup/signover.tpl b/campcaster/src/modules/htmlUI/var/templates/popup/signover.tpl index 336f2d525..d4922705b 100644 --- a/campcaster/src/modules/htmlUI/var/templates/popup/signover.tpl +++ b/campcaster/src/modules/htmlUI/var/templates/popup/signover.tpl @@ -1,10 +1,10 @@ -{include file="popup/header.tpl"} +{include file="popup/header.tpl"}
- +
##Are you sure to logout?##
##Are you sure you want to logout?##