mirror of https://github.com/GNOME/gimp.git
parent
155cd986e0
commit
f6fcdca142
|
@ -1,3 +1,8 @@
|
|||
Mon Jan 17 22:24:00 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/AlienMap2/AlienMap2.c
|
||||
* plug-ins/common/apply_lens.c: fixed typos
|
||||
|
||||
Mon Jan 17 12:05:35 PST 2000 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* help/C/*/Makefile.am: use $(LN_S) instead of ln -sf, should fix
|
||||
|
|
|
@ -748,7 +748,7 @@ alienmap2_dialog (void)
|
|||
gimp_help_set_help_data (toggle, _("Use function for red/hue component"),
|
||||
NULL);
|
||||
|
||||
toggle = gtk_check_button_new_with_label (_("Modify Green/Caturation Channel"));
|
||||
toggle = gtk_check_button_new_with_label (_("Modify Green/Saturation Channel"));
|
||||
gtk_box_pack_start (GTK_BOX (toggle_vbox), toggle, FALSE, FALSE, 0);
|
||||
gtk_signal_connect (GTK_OBJECT (toggle), "toggled",
|
||||
GTK_SIGNAL_FUNC (alienmap2_toggle_update),
|
||||
|
|
|
@ -436,7 +436,7 @@ lens_dialog (GDrawable *drawable)
|
|||
drawtype == INDEXEDA_IMAGE ||
|
||||
drawtype == INDEXED_IMAGE ?
|
||||
_("Set Surroundings to Index 0") :
|
||||
_("Set Surroundings to Background Bolor"));
|
||||
_("Set Surroundings to Background Color"));
|
||||
group = gtk_radio_button_group (GTK_RADIO_BUTTON (toggle));
|
||||
gtk_box_pack_start(GTK_BOX (vbox), toggle, FALSE, FALSE, 0);
|
||||
gtk_signal_connect (GTK_OBJECT (toggle), "toggled",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
Mon Jan 17 22:21:34 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* de.po: updated german translation
|
||||
|
||||
Sun Jan 16 20:47:56 CET 2000 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Updated translation.
|
||||
|
|
3513
po-plug-ins/de.po
3513
po-plug-ins/de.po
File diff suppressed because it is too large
Load Diff
|
@ -1,3 +1,7 @@
|
|||
Mon Jan 17 22:20:57 CET 2000 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* de.po: updated german translation
|
||||
|
||||
Sun Jan 16 19:46:07 CET 2000 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Updated translation.
|
||||
|
|
Loading…
Reference in New Issue