|
111 | 111 | <key name="use-system-font" type="b"> |
112 | 112 | <default>true</default> |
113 | 113 | <summary>Use the system default monospace font</summary> |
114 | | - <description>If false, the defined custom font will be used instead of the system monospace font.</description> |
| 114 | + <description>If false, custom-font will be used instead of the system monospace font.</description> |
115 | 115 | </key> |
116 | 116 | <key name="custom-font" type="s"> |
117 | 117 | <default>"monospace, 14"</default> |
|
132 | 132 | <key name="use-system-editor" type="b"> |
133 | 133 | <default>true</default> |
134 | 134 | <summary>Use the system default editor</summary> |
135 | | - <description>If false, the defined custom editor will be used instead of the system editor when opening files externally.</description> |
| 135 | + <description>If false, custom-editor-command will be used instead of the system editor when opening files externally.</description> |
136 | 136 | </key> |
137 | 137 | <key name="custom-editor-command" type="s"> |
138 | 138 | <default>""</default> |
|
186 | 186 | <key name="vc-merge-file-order" enum="org.gnome.meld.mergefileorder"> |
187 | 187 | <default>"remote-merge-local"</default> |
188 | 188 | <summary>Order for files in three-way version control merge comparisons</summary> |
189 | | - <description>Choices for file order are remote/merge/local and local/merged/remote. This preference only affects three-way comparisons launched from the version control view, so is used solely for merges/conflict resolution within Meld.</description> |
| 189 | + <description>Choices for file order are remote/merged/local and local/merged/remote. This preference only affects three-way comparisons launched from the version control view, so is used solely for merges/conflict resolution within Meld.</description> |
190 | 190 | </key> |
191 | 191 | <key name="vc-show-commit-margin" type="b"> |
192 | 192 | <default>true</default> |
|
201 | 201 | <key name="vc-break-commit-message" type="b"> |
202 | 202 | <default>false</default> |
203 | 203 | <summary>Automatically hard-wrap commit messages</summary> |
204 | | - <description>If true, the version control commit message editor will hard-wrap (i.e., insert line breaks) at the defined commit margin before commit.</description> |
| 204 | + <description>If true, the version control commit message editor will hard-wrap (i.e., insert line breaks) at the commit margin before commit.</description> |
205 | 205 | </key> |
206 | 206 | <key name="vc-status-filters" type="as"> |
207 | 207 | <default>['flatten', 'modified']</default> |
|
0 commit comments