mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Rename CCS tab to WFS
This commit is contained in:
parent
675fe02cb1
commit
e284c2e349
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="tab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>CCS</string>
|
<string>WFS</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_6">
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
|
|
|
@ -76,7 +76,7 @@ QVariant CCSModel::headerData(int section, Qt::Orientation orientation, int role
|
||||||
{
|
{
|
||||||
switch(section) {
|
switch(section) {
|
||||||
case Title:
|
case Title:
|
||||||
return QString("Community Crowdfunding Proposal");
|
return QString("Wownero Funding System");
|
||||||
case Author:
|
case Author:
|
||||||
return QString("Author");
|
return QString("Author");
|
||||||
case Progress:
|
case Progress:
|
||||||
|
|
Loading…
Reference in a new issue