From 00a6be8154b67783bbd3f02062547268b079f0ec Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 15 Apr 2020 00:25:27 +0200 Subject: fix inner symbol meanings --- src/templates/templates.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/templates.c b/src/templates/templates.c index 1264ae6..0ef869f 100644 --- a/src/templates/templates.c +++ b/src/templates/templates.c @@ -66,9 +66,9 @@ const char *const t_inner_meaning[] = { "70", "95", "any solvent", - "petroleum only", - "wet clean", - "any solvent except TCE" + "HCS only", + "PCE only", + "wet clean" }; const char *const t_inner_fnames[] = { -- cgit v1.2.3