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: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ facilitates social contribution, easy testing and peer review.
66
66
67
67
To contribute a patch, the workflow is as follows:
68
68
69
-
1. Fork repository ([only for the first time](https://help.github.com/en/articles/fork-a-repo))
69
+
1. Fork repository ([only for the first time](https://docs.github.com/en/get-started/quickstart/fork-a-repo))
70
70
1. Create topic branch
71
71
1. Commit patches
72
72
@@ -161,7 +161,7 @@ for more information on helping with translations.
161
161
### Work in Progress Changes and Requests for Comments
162
162
163
163
If a pull request is not to be considered for merging (yet), please
164
-
prefix the title with [WIP] or use [Tasks Lists](https://help.github.com/articles/basic-writing-and-formatting-syntax/#task-lists)
164
+
prefix the title with [WIP] or use [Tasks Lists](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#task-lists)
165
165
in the body of the pull request to indicate tasks are pending.
166
166
167
167
### Address Feedback
@@ -383,7 +383,7 @@ of reasons for this, some of which you can do something about:
383
383
- It may be because your code is too complex for all but a few people, and those people
384
384
may not have realized your pull request even exists. A great way to find people who
385
385
are qualified and care about the code you are touching is the
Copy file name to clipboardexpand all lines: src/qt/forms/intro.ui
+42-11
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<x>0</x>
8
8
<y>0</y>
9
9
<width>674</width>
10
-
<height>415</height>
10
+
<height>447</height>
11
11
</rect>
12
12
</property>
13
13
<propertyname="windowTitle">
@@ -210,16 +210,6 @@
210
210
</property>
211
211
</widget>
212
212
</item>
213
-
<item>
214
-
<widgetclass="QCheckBox"name="prune">
215
-
<propertyname="toolTip">
216
-
<string>Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features.</string>
217
-
</property>
218
-
<propertyname="text">
219
-
<string></string>
220
-
</property>
221
-
</widget>
222
-
</item>
223
213
<item>
224
214
<widgetclass="QLabel"name="lblExplanation2">
225
215
<propertyname="text">
@@ -240,6 +230,47 @@
240
230
</property>
241
231
</widget>
242
232
</item>
233
+
<item>
234
+
<layoutclass="QHBoxLayout"name="pruneOptLayout">
235
+
<item>
236
+
<widgetclass="QCheckBox"name="prune">
237
+
<propertyname="text">
238
+
<string>Limit block chain storage to</string>
239
+
</property>
240
+
<propertyname="toolTip">
241
+
<string>Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features.</string>
0 commit comments