From 91f523dae0d53f7c78c664d2e1fb8026c5a86fc3 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Wed, 14 Oct 2020 13:57:13 +0200 Subject: [PATCH] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2ec53e4..1e28e62 100644 --- a/README.rst +++ b/README.rst @@ -11,11 +11,11 @@ Script to merge translations from a set of po files to other set of po files. ``pomerge`` does not care about ``.po`` file names, a translation from one file can land in another as long as their ``msgid`` are identical. -Potodo is part of poutils! +Pomerge is part of poutils! -------------------------- -`Poutils `_ (``.po`` utils) is is a metapackage to easily install usefull Python tools to use with po files -and `potodo` is a part of it! Go check out `Poutils `_ to discover the other useful tools for `po` file related translation! +`Poutils `_ (``.po`` utils) is a metapackage to easily install useful Python tools to use with po files +and ``pomerge`` is a part of it! Go check out `Poutils `_ to discover the other tools! Usage