From c794179f394ca59e00ae3c172f2e2596835ed296 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos <kourem@gmail.com> Date: Tue, 10 Oct 2006 12:59:06 +0000 Subject: [PATCH] put transl comment --- data/glade/profile_window.glade | 4 ++-- data/glade/vcard_information_window.glade | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/glade/profile_window.glade b/data/glade/profile_window.glade index 634a16e097..d73b252c0d 100644 --- a/data/glade/profile_window.glade +++ b/data/glade/profile_window.glade @@ -92,7 +92,7 @@ <widget class="GtkExpander" id="expander1"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="expanded">False</property> + <property name="expanded">True</property> <property name="spacing">0</property> <child> @@ -928,7 +928,7 @@ <child> <widget class="GtkEventBox" id="eventbox1"> <property name="visible">True</property> - <property name="tooltip" translatable="yes">Format: YYYY-MM-DD</property> + <property name="tooltip" translatable="yes" comments="Do NOT change sequence. Just translate YYYY and MM and DD (from Year, Month, Day accordingly)">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 141ef043be..c645c6b3e5 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" translatable="yes">Format: YYYY-MM-DD</property> + <property name="tooltip" translatable="yes" comments="Do NOT change sequence. Just translate YYYY and MM and DD (from Year, Month, Day accordingly)">Format: YYYY-MM-DD</property> <property name="visible_window">True</property> <property name="above_child">False</property> -- GitLab