1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-19 15:11:23 +01:00

Fix bad punctuation, thanks to Joachim Huffer, update .pot again

This commit is contained in:
Paul Licameli
2017-11-06 13:24:42 -05:00
parent 6136bb5e89
commit 25a65c34e7
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: audacity 2.2.0\n"
"Report-Msgid-Bugs-To: audacity-translation@lists.sourceforge.net\n"
"POT-Creation-Date: 2017-11-06 11:01-0500\n"
"POT-Creation-Date: 2017-11-06 13:24-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8147,7 +8147,7 @@ msgid "Normalizing without removing DC offset...\n"
msgstr ""
#: src/effects/Normalize.cpp:180
msgid "Not doing anything)...\n"
msgid "Not doing anything...\n"
msgstr ""
#: src/effects/Normalize.cpp:198

View File

@@ -177,7 +177,7 @@ bool EffectNormalize::Process()
else if(!mDC && mGain)
topMsg = _("Normalizing without removing DC offset...\n");
else if(!mDC && !mGain)
topMsg = _("Not doing anything)...\n"); // shouldn't get here
topMsg = _("Not doing anything...\n"); // shouldn't get here
while (track) {
//Get start and end times from track