summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrzej <ndrwrdck@gmail.com>2013-02-27 00:14:52 +0000
committerFelipe Contreras <felipe.contreras@gmail.com>2013-10-09 16:26:44 -0500
commitdb1009db5218135998e9613c0f2e18c593d5283f (patch)
treeb3d2283a920dc5a8cc71d5c44a176e7f4cd1c25b /plugins
parentd29452795f7f29a0f0eff35cd7d6bf0163df7e3b (diff)
Clock plugin, updated information in tooltips.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/clock/clock-dialog.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/clock/clock-dialog.glade b/plugins/clock/clock-dialog.glade
index abf0bef3..ac357690 100644
--- a/plugins/clock/clock-dialog.glade
+++ b/plugins/clock/clock-dialog.glade
@@ -244,7 +244,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 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>
+ <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. Similarly, &lt;b&gt;&lt;/b&gt; tags will make the text bold. See the "Help" page for additional information.</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="primary_icon_sensitive">True</property>
@@ -424,7 +424,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 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>
+ <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. Similarly, &lt;b&gt;&lt;/b&gt; tags will make the text bold. See the "Help" page for additional information.</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="primary_icon_sensitive">True</property>