Skip to content

Commit

Permalink
gettext: fix GEN org.mate.system-monitor.gschema.xml
Browse files Browse the repository at this point in the history
Closes #185
  • Loading branch information
rbuj committed Jan 22, 2020
1 parent 4a4a3d8 commit 5c13164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/org.mate.system-monitor.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,11 @@
</key>
<key name="col-8-width" type="i">
<default>0</default>
<summary>Width of process '% CPU' column</summary>
<summary>Width of process '%% CPU' column</summary>
</key>
<key name="col-8-visible" type="b">
<default>true</default>
<summary>Show process '% CPU' column on startup</summary>
<summary>Show process '%% CPU' column on startup</summary>
</key>
<key name="col-9-width" type="i">
<default>50</default>
Expand Down

0 comments on commit 5c13164

Please sign in to comment.