Index: components/translate/core/common/translate_errors.h |
diff --git a/components/translate/core/common/translate_errors.h b/components/translate/core/common/translate_errors.h |
index 268fe45da959043418b13396c3fd257336c94a5b..3701f31bbd7844af191870e06f21b6cc572327b5 100644 |
--- a/components/translate/core/common/translate_errors.h |
+++ b/components/translate/core/common/translate_errors.h |
@@ -27,7 +27,7 @@ class TranslateErrors { |
IDENTICAL_LANGUAGES, // The original and target languages are the same. |
TRANSLATION_ERROR, // An error was reported by the translation script |
// during translation. |
- TRANSLATION_TIMEOUT, // The library doesn't finish the translation. |
+ TRANSLATION_TIMEOUT, // The library doesn't finish initialization. |
UNEXPECTED_SCRIPT_ERROR, // The library raises an unexpected exception. |
BAD_ORIGIN, // The library is blocked because of bad origin. |
SCRIPT_LOAD_ERROR, // Loader fails to load a dependent JavaScript. |