diff --git a/data/locale/en.ts b/data/locale/en.ts
index 1df16546f..8e59e963d 100644
--- a/data/locale/en.ts
+++ b/data/locale/en.ts
@@ -3489,10 +3489,6 @@ You can remove and move FX channels in the context menu, which is accessed by ri
Use this knob for setting speed of the LFO. The bigger this value the faster the LFO oscillates and the faster the effect.
-
- AMT
-
- Modulation amount:
@@ -3550,6 +3546,10 @@ Double click to pick a file.
Click here for a moog saw-wave.
+
+ AMNT
+
+ LmmsCore
diff --git a/plugins/LadspaEffect/caps/Amp.cc b/plugins/LadspaEffect/caps/Amp.cc
index 1d2a8a71b..10a5f1389 100644
--- a/plugins/LadspaEffect/caps/Amp.cc
+++ b/plugins/LadspaEffect/caps/Amp.cc
@@ -370,7 +370,7 @@ AmpV::one_cycle (int frames)
current.g = max (gain < 1 ? gain : pow (20, gain - 1), .000001);
#if 0
- if (++_turn & 127) == 0)
+ if ( (++_turn & 127) == 0)
fprintf (stderr, "supply = %.3f sag = %.3f\n", supply, sag);
#endif