[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - scripts/untranslated.py

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 21 19:25:15 UTC 2018


 scripts/untranslated.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 267ffb3d653cd39d944b195e6e8a69b869ddb542
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun Oct 21 21:24:51 2018 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sun Oct 21 21:24:51 2018 +0200

    typo: strengIds -> stringIds
    
    Change-Id: I5d6ec8ebbfa543ec21ba3b3523d50d9d650d222d

diff --git a/scripts/untranslated.py b/scripts/untranslated.py
index 44c04f64b..319115b38 100755
--- a/scripts/untranslated.py
+++ b/scripts/untranslated.py
@@ -92,7 +92,7 @@ if __name__ == "__main__":
 
     # extract Impress/Draw style names
     poFile = dir + lang + '/sd/source/core.po'
-    strengIds = ["STR_STANDARD_STYLESHEET_NAME", "STR_POOL", "STR_PSEUDOSHEET"]
+    stringIds = ["STR_STANDARD_STYLESHEET_NAME", "STR_POOL", "STR_PSEUDOSHEET"]
     extractFromPo(poFile, stringIds, untranslated)
 
     # extract Impress layout names and 'Slide %1 of %2'


More information about the Libreoffice-commits mailing list