This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 3ca18bdea8c9f92e2a1e690d8f14f8d3eafdb6da Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Mar 8 11:41:15 2016 +0100 Fix alert box title --- .../org/chorem/jtimer/ui/tasks/resources/RunTaskJob.properties | 4 ++-- .../org/chorem/jtimer/ui/tasks/resources/RunTaskJob_fr.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/org/chorem/jtimer/ui/tasks/resources/RunTaskJob.properties b/src/main/resources/org/chorem/jtimer/ui/tasks/resources/RunTaskJob.properties index 5b3aaaa..8a1dc39 100644 --- a/src/main/resources/org/chorem/jtimer/ui/tasks/resources/RunTaskJob.properties +++ b/src/main/resources/org/chorem/jtimer/ui/tasks/resources/RunTaskJob.properties @@ -2,7 +2,7 @@ # #%L # jTimer # %% -# Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +# Copyright (C) 2007 - 2016 CodeLutin, Chatellier Eric # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as @@ -22,6 +22,6 @@ alert.alertIcon=bell48.png # messages -alert.title = Alert +alert.title = ${Application.title} - Alert alert.dailyAlertMessage = Task '%s' has reached %s for current day ! alert.totalAlertMessage = Task '%s' has reached %s ! diff --git a/src/main/resources/org/chorem/jtimer/ui/tasks/resources/RunTaskJob_fr.properties b/src/main/resources/org/chorem/jtimer/ui/tasks/resources/RunTaskJob_fr.properties index f064b7e..1ced89e 100644 --- a/src/main/resources/org/chorem/jtimer/ui/tasks/resources/RunTaskJob_fr.properties +++ b/src/main/resources/org/chorem/jtimer/ui/tasks/resources/RunTaskJob_fr.properties @@ -2,7 +2,7 @@ # #%L # jTimer # %% -# Copyright (C) 2007 - 2011 CodeLutin, Chatellier Eric +# Copyright (C) 2007 - 2016 CodeLutin, Chatellier Eric # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as @@ -20,6 +20,6 @@ # #L% ### # messages -alert.title = Alerte +alert.title = ${Application.title} - Alerte alert.dailyAlertMessage = La t\u00E2che '%s' a atteint %s pour ce jour ! alert.totalAlertMessage = La t\u00E2che '%s' a atteint %s ! -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.