]> git.lyx.org Git - lyx.git/blobdiff - po/postats.py
Typo in fr.po
[lyx.git] / po / postats.py
index bca7380af9c7ae8f66621df5e3dd40cf9840ea79..b344ea54c5bfac2c7aaf008ff3df2552cd7f7123 100755 (executable)
@@ -28,10 +28,9 @@ Invocation:
 """
 from __future__ import print_function
 
-# modify this when you change branch
-# Note that an empty lyx_branch variable (ie svn trunk)
-# will "do the right thing".
-lyx_branch=""
+# modify this when you change branch (e.g. stats for stable branch).
+# Note that an empty lyx_branch variable will "do the right thing" for master.
+lyx_branch="2.3.x"
 # these po-files will be skipped:
 ommitted = ('en.po')