From 60022552ec7586061575197900e0b346f1fb4694 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sun, 26 Mar 2000 15:55:36 +0000 Subject: [PATCH] typos --Sven --- ChangeLog | 5 +++++ plug-ins/gap/gap_main.c | 2 +- plug-ins/gap/gap_mpege.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6244d04069..ba8a5590f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-26 Sven Neumann + + * plug-ins/gap/gap_main.c + * plug-ins/gap/gap_mpege.c: no need to abbreviate Image to Img here + 2000-03-26 Sven Neumann * plug-ins/common/iwarp.c: applied gimp-simon-20000325-1 provided diff --git a/plug-ins/gap/gap_main.c b/plug-ins/gap/gap_main.c index 3c109acb30..ab21244764 100644 --- a/plug-ins/gap/gap_main.c +++ b/plug-ins/gap/gap_main.c @@ -544,7 +544,7 @@ query () "Wolfgang Hofer (hof@hotbot.com)", "Wolfgang Hofer", gap_main_version, - N_("/Video/Split Img to Frames..."), + N_("/Video/Split Image to Frames..."), "RGB*, INDEXED*, GRAY*", PROC_PLUG_IN, nargs_split, nreturn_split, diff --git a/plug-ins/gap/gap_mpege.c b/plug-ins/gap/gap_mpege.c index 4bfa40b7d3..e6abcf4ce8 100644 --- a/plug-ins/gap/gap_mpege.c +++ b/plug-ins/gap/gap_mpege.c @@ -161,7 +161,7 @@ int p_mpege_info(t_anim_info *ainfo_ptr, char *errlist, t_gap_mpeg_encoder encod l_idx++; p_init_arr_arg(&argv[l_idx], WGT_LABEL_LEFT); - argv[l_idx].label_txt = _(" or 'Split Img to Frames' from the Video Menu)"); + argv[l_idx].label_txt = _(" or 'Split Image to Frames' from the Video Menu)"); l_idx++; p_init_arr_arg(&argv[l_idx], WGT_LABEL_LEFT);