diff options
author | Luca Ferretti <lferrett@src.gnome.org> | 2008-03-04 04:43:13 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2008-03-04 04:43:13 +0800 |
commit | c7f761aa142be04709a234284619170bd3064adb (patch) | |
tree | 44c3622a1a52113f44021189454c13ce276e5b57 /data | |
parent | c0dd2754ce72dd9c6267916c5118731180cbcf66 (diff) | |
download | gsoc2013-epiphany-c7f761aa142be04709a234284619170bd3064adb.tar.gz gsoc2013-epiphany-c7f761aa142be04709a234284619170bd3064adb.tar.zst gsoc2013-epiphany-c7f761aa142be04709a234284619170bd3064adb.zip |
Mark "Clear All" string in Personal Data dialog for
translation (bug 519908)
svn path=/trunk/; revision=8013
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/epiphany.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index 4e4db6ecc..d0f95babf 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -94,7 +94,7 @@ <child> <widget class="GtkLabel" id="label1249"> <property name="visible">True</property> - <property name="label">Clear _All...</property> + <property name="label" translatable="yes">Clear _All...</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |