From 3ea54d565b08c491bd49137ff45293c3fc34618e Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Sat, 19 Jun 1999 00:26:21 +0000 Subject: [PATCH] 264: fixed a typo. s/mix/min. 1999-06-19 Kjartan Maraas * CML_explorer:264: fixed a typo. s/mix/min. --- plug-ins/CML_explorer/CML_explorer.c | 2 +- plug-ins/common/CML_explorer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/CML_explorer/CML_explorer.c b/plug-ins/CML_explorer/CML_explorer.c index 021faa9291..b8f1d7d47a 100644 --- a/plug-ins/CML_explorer/CML_explorer.c +++ b/plug-ins/CML_explorer/CML_explorer.c @@ -261,7 +261,7 @@ gtkW_menu_item composition_menu [] = #define COMP_MAX_LINEAR_M1 3 { N_("Max (x-d, -)"), NULL }, #define COMP_MIN_LINEAR 4 - { N_("Mix (x, -)"), NULL }, + { N_("Min (x, -)"), NULL }, #define COMP_MIN_LINEAR_P1 5 { N_("Min (x+d, -)"), NULL }, #define COMP_MIN_LINEAR_M1 6 diff --git a/plug-ins/common/CML_explorer.c b/plug-ins/common/CML_explorer.c index 021faa9291..b8f1d7d47a 100644 --- a/plug-ins/common/CML_explorer.c +++ b/plug-ins/common/CML_explorer.c @@ -261,7 +261,7 @@ gtkW_menu_item composition_menu [] = #define COMP_MAX_LINEAR_M1 3 { N_("Max (x-d, -)"), NULL }, #define COMP_MIN_LINEAR 4 - { N_("Mix (x, -)"), NULL }, + { N_("Min (x, -)"), NULL }, #define COMP_MIN_LINEAR_P1 5 { N_("Min (x+d, -)"), NULL }, #define COMP_MIN_LINEAR_M1 6