Update i18n strings

This commit is contained in:
liushuyu
2016-06-11 17:19:35 +08:00
parent 3157a7a4af
commit f7377b6ee7
2 changed files with 5 additions and 5 deletions

View File

@@ -3489,10 +3489,6 @@ You can remove and move FX channels in the context menu, which is accessed by ri
<source>Use this knob for setting speed of the LFO. The bigger this value the faster the LFO oscillates and the faster the effect.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>AMT</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Modulation amount:</source>
<translation type="unfinished"></translation>
@@ -3550,6 +3546,10 @@ Double click to pick a file.</source>
<source>Click here for a moog saw-wave.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>AMNT</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>LmmsCore</name>

View File

@@ -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