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

Indicative mood for all verbs in command and effect descriptions...

... Some of them have no verb.
This commit is contained in:
Paul Licameli
2018-03-10 18:55:02 -05:00
parent f4a971da9e
commit dd1ffb0390
6 changed files with 7 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ class OpenProjectCommand : public AudacityCommand
public:
// CommandDefinitionInterface overrides
wxString GetSymbol() override {return OPEN_PROJECT_PLUGIN_SYMBOL;};
wxString GetDescription() override {return _("Open a project.");};
wxString GetDescription() override {return _("Opens a project.");};
bool DefineParams( ShuttleParams & S ) override;
void PopulateOrExchange(ShuttleGui & S) override;
bool Apply(const CommandContext & context) override;
@@ -61,4 +61,4 @@ public:
bool mbCompress;
bool bHasAddToHistory;
bool bHasCompress;
};
};