diff options
author | rbuj <[email protected]> | 2020-01-23 07:48:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-08 18:18:18 +0100 |
commit | 770ac87b8ab8c79f2e63f6afcfe788a565ebd202 (patch) | |
tree | e828e9324e55058c5f29feebf33de8a08eecaa09 /po/Makevars | |
parent | 4a4a3d826f2d26cb78ff461b2196561e677f0f4d (diff) | |
download | mate-system-monitor-770ac87b8ab8c79f2e63f6afcfe788a565ebd202.tar.bz2 mate-system-monitor-770ac87b8ab8c79f2e63f6afcfe788a565ebd202.tar.xz |
Fix 'msgstr' is not a valid C format string, unlike 'msgid'
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars index 5c3836c..acb8f41 100644 --- a/po/Makevars +++ b/po/Makevars @@ -69,10 +69,10 @@ MSGINIT_OPTIONS = # has changed. Possible values are "yes" and "no". Set this to no if # the POT file is checked in the repository and the version control # program ignores timestamps. -PO_DEPENDS_ON_POT = yes +PO_DEPENDS_ON_POT = no # This tells whether or not to forcibly update $(DOMAIN).pot and # regenerate PO files on "make dist". Possible values are "yes" and # "no". Set this to no if the POT file and PO files are maintained # externally. -DIST_DEPENDS_ON_UPDATE_PO = yes +DIST_DEPENDS_ON_UPDATE_PO = no |