fixed i18n problem in new ifscompose code

updated german translation
This commit is contained in:
Sven Neumann
2004-11-07 17:44:17 +00:00
parent 53adc893e4
commit 4bc1f542bc
3 changed files with 226 additions and 227 deletions

View File

@ -1152,10 +1152,10 @@ design_op_menu_create (GtkWidget *window)
{ "redo", GTK_STOCK_REDO, NULL, "<control>Y", NULL,
G_CALLBACK (redo)
},
{ "select-all", NULL, "Select _All", "<control>A", NULL,
{ "select-all", NULL, N_("Select _All"), "<control>A", NULL,
G_CALLBACK (design_area_select_all_callback)
},
{ "center", NULL, "Recompute _Center", "<control>C", NULL,
{ "center", NULL, N_("Recompute _Center"), "<control>C", NULL,
G_CALLBACK (recompute_center_cb)
}
};

View File

@ -1,3 +1,7 @@
2004-11-07 Sven Neumann <sven@gimp.org>
* de.po: updated.
2004-11-07 Sigurd Gartmann <sigurd-translate@brogar.org>
* no.po, nb.po: Updated Norwegian Bokmål translation.

File diff suppressed because it is too large Load Diff