Fix capital letter in doc
This patch replaces 'english' by 'English' in the Watcher doc. Change-Id: I2de7100fbbbb4de5d2d6f9575c116986aa37982a
This commit is contained in:
parent
21b3ac173a
commit
e7888b2844
@ -43,7 +43,7 @@ In order to create a new strategy, you have to:
|
||||
Note: Do not use a variable to return the translated string so it can be
|
||||
automatically collected by the translation tool.
|
||||
- Implement its :py:meth:`~.BaseStrategy.get_translatable_display_name`
|
||||
class method to return the translation key (actually the english display
|
||||
class method to return the translation key (actually the English display
|
||||
name) of your new strategy. The value return should be the same as the
|
||||
string translated in :py:meth:`~.BaseStrategy.get_display_name`.
|
||||
- Implement its :py:meth:`~.BaseStrategy.execute` method to return the
|
||||
|
Loading…
Reference in New Issue
Block a user