[Xfce4-commits] <xfce4-panel:master> Clock: Fix typo in tooltip (bug #8137).
Nick Schermer
noreply at xfce.org
Sat Dec 24 12:42:01 CET 2011
Updating branch refs/heads/master
to be15b49f892c7799091b7996d484fbf6f9acc048 (commit)
from 8f128968880de6b829f3b3c96e104b8c7bd8d322 (commit)
commit be15b49f892c7799091b7996d484fbf6f9acc048
Author: Nick Schermer <nick at xfce.org>
Date: Sat Dec 24 12:41:29 2011 +0100
Clock: Fix typo in tooltip (bug #8137).
plugins/clock/clock-dialog.glade | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/plugins/clock/clock-dialog.glade b/plugins/clock/clock-dialog.glade
index d746706..68e9639 100644
--- a/plugins/clock/clock-dialog.glade
+++ b/plugins/clock/clock-dialog.glade
@@ -119,8 +119,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>
+ <property name="tooltip_text" translatable="yes">The format describes the date and time parts to insert into the panel. 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>
</object>
<packing>
<property name="left_attach">1</property>
@@ -268,8 +267,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>
+ <property name="tooltip_text" translatable="yes">The format describes the date and time parts to insert into the panel. 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>
</object>
<packing>
<property name="left_attach">1</property>
More information about the Xfce4-commits
mailing list