l10n: Eliminated STRING_INFINITE_LOOP

This commit is contained in:
Paul Beckingham
2018-01-20 13:55:34 -05:00
parent f43b51cf85
commit 15096c473e
10 changed files with 2 additions and 9 deletions

View File

@@ -58,6 +58,8 @@
#include <Variant.h>
#include <Filter.h>
#define STRING_INFINITE_LOOP "Terminated substitution because more than {1} changes were made - infinite loop protection."
#define APPROACHING_INFINITY 1000 // Close enough. This isn't rocket surgery.
extern Context context;