From 2af4014c1e68d9045f37af3c601d550ab6b9723f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 30 Apr 2013 10:13:31 -0700 Subject: Big translation update This enables all languages for the moment - let's see if we can get them all ready for the 3.1 release. It also fixes the use of \% instead of %% in one of the strings. Signed-off-by: Dirk Hohndel --- print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.c') diff --git a/print.c b/print.c index 73d1114ec..e5b85c47f 100644 --- a/print.c +++ b/print.c @@ -1009,7 +1009,7 @@ static GtkWidget *print_dialog(GtkPrintOperation *operation, gpointer user_data) gtk_box_pack_start(GTK_BOX(box1), radio4, TRUE, FALSE, 2); gtk_box_pack_start(GTK_BOX(box1), radio5, TRUE, FALSE, 2); - frame2 = gtk_frame_new(_("Sizing heights (\% of layout)")); + frame2 = gtk_frame_new(_("Sizing heights (%% of layout)")); gtk_box_pack_start(GTK_BOX(box), frame2, FALSE, FALSE, 5); box2 = gtk_hbox_new (TRUE, 1); -- cgit v1.2.3-70-g09d2