1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Fix more missed translations

This commit is contained in:
Paul Licameli
2018-03-08 13:31:42 -05:00
parent 369113973f
commit 4bfd8abc2b
5 changed files with 9 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ class CompareAudioCommand final : public AudacityCommand
{
public:
// CommandDefinitionInterface overrides
wxString GetSymbol() override {return "Compare Audio";};
wxString GetSymbol() override {return XO("Compare Audio");}
wxString GetDescription() override {return _("Compares a range on two tracks.");};
bool DefineParams( ShuttleParams & S ) override;
void PopulateOrExchange(ShuttleGui & S) override;