From 376e94bdee77d28d5c3e5718bbc6b7cba3c0db5a Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 4 Oct 2010 19:37:08 +0200 Subject: [PATCH] Workaround for gettext deficiencies xgettext doesn't have a --language=gtkbuilder option. Instead, we've been (mis)using --language=glade which has worked ok except that it doesn't extract labels from the columns of GtkListStore items. This change adds a pair of dummy widgets containing identical label strings so that these strings will get entered into the .pot file. Closes bug #31033 --- src/ui/gui/factor.ui | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/ui/gui/factor.ui b/src/ui/gui/factor.ui index 4d2c612d..1e4125d1 100644 --- a/src/ui/gui/factor.ui +++ b/src/ui/gui/factor.ui @@ -17,6 +17,14 @@ + + False + Principal Components Analysis + + + False + Principal Axis Factoring + Factor Analysis True -- 2.30.2