You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/org.gnome.meld.gschema.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@
63
63
<keyname="detect-encodings"type="as">
64
64
<default>[]</default>
65
65
<summary>Additional automatically detected text encodings</summary>
66
-
<description>Meld will use these text encodings to try to decode loaded text files before trying any other encodings. In addition to the encodings in this list, UTF-8 and the current locale-default encoding will always be used; other encodings may also be tried, depending on the user's locale.</description>
66
+
<description>Meld will use these text encodings to try to decode loaded text files before trying any other encodings. In addition to the encodings in this list, UTF-8 and the current locale-default encoding will always be used; other encodings may also be tried, depending on the user’s locale.</description>
67
67
</key>
68
68
69
69
@@ -86,7 +86,7 @@
86
86
<keyname="highlight-syntax"type='b'>
87
87
<default>false</default>
88
88
<summary>Highlight syntax</summary>
89
-
<description>Whether to highlight syntax in comparisons. Because of Meld's own color highlighting, this is off by default.</description>
89
+
<description>Whether to highlight syntax in comparisons. Because of Meld’s own color highlighting, this is off by default.</description>
90
90
</key>
91
91
<keyname="style-scheme"type="s">
92
92
<default>"classic"</default>
@@ -167,7 +167,7 @@
167
167
<keyname="folder-time-resolution"type="i">
168
168
<default>100</default>
169
169
<summary>File timestamp resolution</summary>
170
-
<description>When comparing based on mtime, this is the minimum difference in nanoseconds between two files before they're considered to have different mtimes. This is useful when comparing files between filesystems with different timestamp resolution.</description>
170
+
<description>When comparing based on mtime, this is the minimum difference in nanoseconds between two files before they’re considered to have different mtimes. This is useful when comparing files between filesystems with different timestamp resolution.</description>
171
171
</key>
172
172
<keyname="folder-filter-text"type="b">
173
173
<default>true</default>
@@ -249,7 +249,7 @@
249
249
]
250
250
</default>
251
251
<summary>Text-based filters</summary>
252
-
<description>List of predefined text-based regex filters that, if active, will remove text from being used in a file comparison. The text will still be displayed, but won't contribute to the comparison itself.</description>
252
+
<description>List of predefined text-based regex filters that, if active, will remove text from being used in a file comparison. The text will still be displayed, but won’t contribute to the comparison itself.</description>
0 commit comments