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:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user