mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
172982b860
commit
2af4014c1e
24 changed files with 20054 additions and 8314 deletions
2
print.c
2
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue