branch develop updated (3adc7f0 -> 5a8061e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from 3adc7f0 Fix imports new 5a8061e Fix en message The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 5a8061ebf91ea615606f0dc3ae6ff84a2122a4ab Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 7 15:00:15 2016 +0100 Fix en message Summary of changes: src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java | 2 +- .../org/chorem/jtimer/ui/tasks/resources/IdleDialog.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 5a8061ebf91ea615606f0dc3ae6ff84a2122a4ab Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Mar 7 15:00:15 2016 +0100 Fix en message --- src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java | 2 +- .../org/chorem/jtimer/ui/tasks/resources/IdleDialog.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java b/src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java index 0e7fd44..8888cf9 100644 --- a/src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java +++ b/src/main/java/org/chorem/jtimer/ui/tasks/IdleDialog.java @@ -191,7 +191,7 @@ public class IdleDialog extends JDialog { GridBagConstraints.NORTH, GridBagConstraints.NONE, new Insets(10, 5, 10, 10), 0, 0)); // label - JLabel idleLabel = new JLabel(resourceMap.getString("idleMessage", JTimer.config.getIdleTime() / (60))); + JLabel idleLabel = new JLabel(resourceMap.getString("idleMessage", JTimer.config.getIdleTime() / 60)); mainComponent.add(idleLabel, new GridBagConstraints(1, 0, 1, 1, 0, 0, GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL, new Insets(5, 0, 0, 3), 0, 0)); diff --git a/src/main/resources/org/chorem/jtimer/ui/tasks/resources/IdleDialog.properties b/src/main/resources/org/chorem/jtimer/ui/tasks/resources/IdleDialog.properties index b3fafeb..efbb6f8 100644 --- a/src/main/resources/org/chorem/jtimer/ui/tasks/resources/IdleDialog.properties +++ b/src/main/resources/org/chorem/jtimer/ui/tasks/resources/IdleDialog.properties @@ -22,7 +22,7 @@ # idle i18n idleTitle = Idle detect idleIcon = appointment-new.png -idleMessage = You have been idle for %d minutes on task '%s'. +idleMessage = You have been idle for %d minutes. idleRestart = Choose restart option : currentTask = Task : %s idleDuration = Idle duration : %s -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm