[Xfce4-commits] <xfce4-panel:devel> Add tooltip to the custom clock format (bug #5282).
Nick Schermer
noreply at xfce.org
Tue Feb 2 21:14:01 CET 2010
Updating branch refs/heads/devel
to 1f9e6920d225584e96364ec26430463c0dade862 (commit)
from 3ff9bdee67c63a335cb7c0067c47911cede6b421 (commit)
commit 1f9e6920d225584e96364ec26430463c0dade862
Author: Nick Schermer <nick at xfce.org>
Date: Tue Feb 2 20:53:49 2010 +0100
Add tooltip to the custom clock format (bug #5282).
plugins/clock/clock-dialog.glade | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/clock/clock-dialog.glade b/plugins/clock/clock-dialog.glade
index a81b4d9..d292780 100644
--- a/plugins/clock/clock-dialog.glade
+++ b/plugins/clock/clock-dialog.glade
@@ -114,6 +114,7 @@
<object class="GtkEntry" id="tooltip-format">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">The format describes the date and time parts to insert into the file name. For example, %Y will be substituted with the year, %m with the month and %d with the day. See the documentation of the date utility for additional information.</property>
<property name="invisible_char">•</property>
</object>
<packing>
@@ -262,6 +263,7 @@
<object class="GtkEntry" id="digital-format">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">The format describes the date and time parts to insert into the file name. For example, %Y will be substituted with the year, %m with the month and %d with the day. See the documentation of the date utility for additional information.</property>
<property name="invisible_char">•</property>
</object>
<packing>
More information about the Xfce4-commits
mailing list