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

New commits:
commit 267ffb3d653cd39d944b195e6e8a69b869ddb542
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Sun Oct 21 21:24:51 2018 +0200
Commit:     Andras Timar <andras.ti...@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'
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to