fixed i18n problem in new ifscompose code
updated german translation
This commit is contained in:
@ -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)
|
||||
}
|
||||
};
|
||||
|
||||
@ -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
Reference in New Issue
Block a user