[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - scripts/untranslated.py
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 18 13:36:52 UTC 2018
scripts/untranslated.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 02f59accaaab4b75df27636e57a110046ddee97f
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Oct 18 15:36:30 2018 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Oct 18 15:36:30 2018 +0200
typo: streingIds -> stringIds
Change-Id: If68d5ddb26eb8a9b1b1c9b13db3819972753aa28
diff --git a/scripts/untranslated.py b/scripts/untranslated.py
index 78d377f6f..44c04f64b 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'
- streingIds = ["STR_STANDARD_STYLESHEET_NAME", "STR_POOL", "STR_PSEUDOSHEET"]
+ strengIds = ["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