From b5a7241f494d14874776177f5267fabe31ffa29d Mon Sep 17 00:00:00 2001 From: Sara Bine Date: Wed, 5 Apr 2017 17:45:13 -0600 Subject: [PATCH] Fix some mismatched & unescaped quotes --- locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot | 2 +- locale/template/LC_MESSAGES/Creational/Pool/README.pot | 2 +- locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po index 7833fbf..25ccf3a 100644 --- a/locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/pt_BR/LC_MESSAGES/Behavioral/Iterator/README.po @@ -20,7 +20,7 @@ msgid "Purpose" msgstr "" #: ../../Behavioral/Iterator/README.rst:7 -msgid To make an object iterable and to make it appear like a collection of objects." +msgid "To make an object iterable and to make it appear like a collection of objects." msgstr "" #: ../../Behavioral/Iterator/README.rst:11 diff --git a/locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot b/locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot index 1a91a9f..2cf0eb8 100644 --- a/locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot +++ b/locale/template/LC_MESSAGES/Creational/FactoryMethod/README.pot @@ -29,7 +29,7 @@ msgstr "" #: ../../Creational/FactoryMethod/README.rst:12 msgid "" "This pattern is a \"real\" Design Pattern because it achieves the " -"Dependency Inversion Principle" a.k.a the "D" in S.O.L.I.D principles." +"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles." msgstr "" #: ../../Creational/FactoryMethod/README.rst:15 diff --git a/locale/template/LC_MESSAGES/Creational/Pool/README.pot b/locale/template/LC_MESSAGES/Creational/Pool/README.pot index d21d897..b8f06f2 100644 --- a/locale/template/LC_MESSAGES/Creational/Pool/README.pot +++ b/locale/template/LC_MESSAGES/Creational/Pool/README.pot @@ -19,7 +19,7 @@ msgstr "" #: ../../Creational/Pool/README.rst:7 msgid "" "The **object pool pattern** is a software creational design pattern that " -"uses a set of initialized objects kept ready to use – a "pool" – rather " +"uses a set of initialized objects kept ready to use – a \"pool\" – rather " "than allocating and destroying them on demand. A client of the pool will " "request an object from the pool and perform operations on the returned " "object. When the client has finished, it returns the object, which is a " diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po index 7833fbf..25ccf3a 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Iterator/README.po @@ -20,7 +20,7 @@ msgid "Purpose" msgstr "" #: ../../Behavioral/Iterator/README.rst:7 -msgid To make an object iterable and to make it appear like a collection of objects." +msgid "To make an object iterable and to make it appear like a collection of objects." msgstr "" #: ../../Behavioral/Iterator/README.rst:11