diff options
author | Lucas Rocha <lucasr@gnome.org> | 2006-12-03 16:48:39 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2006-12-03 16:48:39 +0000 |
commit | 784eada1b4defd0aa4bbcfd4431a012b8855fad5 (patch) | |
tree | 00ffdc7f81166e881c1edeea75fd350c6aac0571 /src | |
parent | revert back to GNU LGPL. (diff) | |
download | zenity-784eada1b4defd0aa4bbcfd4431a012b8855fad5.tar.gz zenity-784eada1b4defd0aa4bbcfd4431a012b8855fad5.tar.bz2 zenity-784eada1b4defd0aa4bbcfd4431a012b8855fad5.zip |
merged identic i18n strings (Fixes bug #334361).
2006-12-03 Lucas Rocha <lucasr@gnome.org>
* src/zenity.glade: merged identic i18n strings (Fixes bug #334361).
Diffstat (limited to 'src')
-rw-r--r-- | src/zenity.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenity.glade b/src/zenity.glade index 3cd6aa30..123536cc 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -1234,7 +1234,7 @@ <child> <widget class="GtkLabel" id="zenity_scale_text"> <property name="visible">True</property> - <property name="label" translatable="yes">Adjust the scale value.</property> + <property name="label" translatable="yes">Adjust the scale value</property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |