From f0e39c3faed15b548dc41991d8ef74f8c29b40e1 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 29 Jun 2012 10:33:00 +0200 Subject: [PATCH] Language update for Issue #45 --- lib/techniques/union/use.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techniques/union/use.py b/lib/techniques/union/use.py index 110460fe0..3f0594806 100644 --- a/lib/techniques/union/use.py +++ b/lib/techniques/union/use.py @@ -81,7 +81,7 @@ def __oneShotUnionUse(expression, unpack=True, limited=False): # Automatically patching last char trimming cases if kb.chars.stop not in page and kb.chars.stop[:-1] in page: - warnMsg = "automatically patching last char trimming output" + warnMsg = "automatically patching output with last char trimmed" singleTimeWarnMessage(warnMsg) page = page.replace(kb.chars.stop[:-1], kb.chars.stop)