summaryrefslogtreecommitdiff
path: root/src/zenity.glade
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-18 18:02:14 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-18 18:02:14 +0000
commit18760d406d64f71f7ca6fec5a7a01978418fa8f5 (patch)
tree9cdc81d02fc1eae8bb380daa33af2706ba8d17a1 /src/zenity.glade
parent10e683c2e7fa6b71ce7baaa15185477d544d885f (diff)
Only some examples and some screenshots and we're mostly done for a first
2003-01-18 Glynn Foster <glynn.foster@sun.com> * help/C/zenity.xml: Only some examples and some screenshots and we're mostly done for a first draft. * src/calendar.c: Don't set the text if it's NULL. * src/main.c: Swap the order of the commandline dialogs so that we're alphabetical. * src/zenity.glade: Add some default strings.
Diffstat (limited to 'src/zenity.glade')
-rw-r--r--src/zenity.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenity.glade b/src/zenity.glade
index 3ea0bab..f22c101 100644
--- a/src/zenity.glade
+++ b/src/zenity.glade
@@ -74,7 +74,7 @@
<child>
<widget class="GtkLabel" id="zenity_calendar_text">
<property name="visible">True</property>
- <property name="label" translatable="yes">Select a date from below</property>
+ <property name="label" translatable="yes">Select a date from below.</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>