From 33c492709d823ef2914ca17620a4753874b47eb7 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Tue, 10 Oct 2006 12:32:25 +0000
Subject: [PATCH] [Sergio] make date format tooltip translatable. fixes #2535

---
 data/glade/profile_window.glade           | 2 +-
 data/glade/vcard_information_window.glade | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/glade/profile_window.glade b/data/glade/profile_window.glade
index 723df7548c..634a16e097 100644
--- a/data/glade/profile_window.glade
+++ b/data/glade/profile_window.glade
@@ -928,7 +928,7 @@
 	      <child>
 		<widget class="GtkEventBox" id="eventbox1">
 		  <property name="visible">True</property>
-		  <property name="tooltip">Format: YYYY-MM-DD</property>
+		  <property name="tooltip" translatable="yes">Format: YYYY-MM-DD</property>
 		  <property name="visible_window">True</property>
 		  <property name="above_child">False</property>
 
diff --git a/data/glade/vcard_information_window.glade b/data/glade/vcard_information_window.glade
index f677804ffb..141ef043be 100644
--- a/data/glade/vcard_information_window.glade
+++ b/data/glade/vcard_information_window.glade
@@ -1494,7 +1494,7 @@
 	      <child>
 		<widget class="GtkEventBox" id="eventbox1">
 		  <property name="visible">True</property>
-		  <property name="tooltip">Format: YYYY-MM-DD</property>
+		  <property name="tooltip" translatable="yes">Format: YYYY-MM-DD</property>
 		  <property name="visible_window">True</property>
 		  <property name="above_child">False</property>
 
-- 
GitLab