From 5c13164c46825877a7ac643978397129841c2e74 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 22 Jan 2020 18:52:42 +0100 Subject: [PATCH] gettext: fix GEN org.mate.system-monitor.gschema.xml Closes #185 --- src/Makefile.am | 4 ++-- src/org.mate.system-monitor.gschema.xml.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 052e4857..bb398af8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,8 +74,8 @@ gsettings_ENUM_FILES = $(top_srcdir)/src/*.h gsettingsschema_in_files = org.mate.system-monitor.gschema.xml.in gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) - -@GSETTINGS_RULES@ +$(gsettings_SCHEMAS): $(gsettingsschema_in_files) + $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ dist_noinst_DATA = \ $(gsettings_in_file) diff --git a/src/org.mate.system-monitor.gschema.xml.in b/src/org.mate.system-monitor.gschema.xml.in index 7482621f..133a005f 100644 --- a/src/org.mate.system-monitor.gschema.xml.in +++ b/src/org.mate.system-monitor.gschema.xml.in @@ -285,11 +285,11 @@ 0 - Width of process '% CPU' column + Width of process '%% CPU' column true - Show process '% CPU' column on startup + Show process '%% CPU' column on startup 50