From e7888b2844b92a10f438103555ce7c8d968155cd Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Mon, 26 Sep 2016 16:10:37 +0700 Subject: [PATCH] Fix capital letter in doc This patch replaces 'english' by 'English' in the Watcher doc. Change-Id: I2de7100fbbbb4de5d2d6f9575c116986aa37982a --- doc/source/dev/plugin/strategy-plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dev/plugin/strategy-plugin.rst b/doc/source/dev/plugin/strategy-plugin.rst index e6c59d8ca..ca1952457 100644 --- a/doc/source/dev/plugin/strategy-plugin.rst +++ b/doc/source/dev/plugin/strategy-plugin.rst @@ -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