aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2009-02-03 22:17:28 +0800
committerGabor Keleman <kelemeng@src.gnome.org>2009-02-03 22:17:28 +0800
commit9b091af95139fbaf6891ed39de6038462174d675 (patch)
tree2c2a9ce327e659d4b7f43955b0e6aaeb59619439
parentcf9d118d48473c0fe51e2d6514914da18748aa4b (diff)
downloadgsoc2013-evolution-9b091af95139fbaf6891ed39de6038462174d675.tar
gsoc2013-evolution-9b091af95139fbaf6891ed39de6038462174d675.tar.gz
gsoc2013-evolution-9b091af95139fbaf6891ed39de6038462174d675.tar.bz2
gsoc2013-evolution-9b091af95139fbaf6891ed39de6038462174d675.tar.lz
gsoc2013-evolution-9b091af95139fbaf6891ed39de6038462174d675.tar.xz
gsoc2013-evolution-9b091af95139fbaf6891ed39de6038462174d675.tar.zst
gsoc2013-evolution-9b091af95139fbaf6891ed39de6038462174d675.zip
Mark a string for translation. Fixes bug #570364
2009-02-03 Gabor Kelemen <kelemeng@gnome.hu> * gui/alarm-notify/alarm-notify.glade: Mark a string for translation. Fixes bug #570364 svn path=/trunk/; revision=37219
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/alarm-notify/alarm-notify.glade3
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c201726a0c..08f75c94e6 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-03 Gabor Kelemen <kelemeng@gnome.hu>
+
+ * gui/alarm-notify/alarm-notify.glade:
+ Mark a string for translation. Fixes bug #570364
+
2009-02-01 Matthew Barnes <mbarnes@redhat.com>
* gui/calendar-config.c:
diff --git a/calendar/gui/alarm-notify/alarm-notify.glade b/calendar/gui/alarm-notify/alarm-notify.glade
index 9c2993d474..d65ed5efe6 100644
--- a/calendar/gui/alarm-notify/alarm-notify.glade
+++ b/calendar/gui/alarm-notify/alarm-notify.glade
@@ -79,7 +79,8 @@
<child>
<widget class="GtkLabel" id="label19">
<property name="visible">True</property>
- <property name="label">Dismiss _All</property>
+ <property name="label"
+translatable="yes">Dismiss _All</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>