Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename custom colors to standard colors
  • Loading branch information
nyalldawson committed Aug 14, 2014
1 parent a31e3f5 commit 9b8f2ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/core/qgscolorscheme.h
Expand Up @@ -103,7 +103,7 @@ class CORE_EXPORT QgsCustomColorScheme : public QgsColorScheme

virtual ~QgsCustomColorScheme();

virtual QString schemeName() const { return QT_TR_NOOP( "Custom color palette" ); }
virtual QString schemeName() const { return QT_TR_NOOP( "Standard colors" ); }

virtual QgsNamedColorList fetchColors( const QString context = QString(),
const QColor baseColor = QColor() );
Expand Down
6 changes: 3 additions & 3 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -2278,7 +2278,7 @@
<item>
<widget class="QgsCollapsibleGroupBox" name="groupBox_7">
<property name="title">
<string>Custom color palette</string>
<string>Standard colors</string>
</property>
<layout class="QGridLayout" name="gridLayout_12">
<item row="2" column="1">
Expand Down Expand Up @@ -2355,7 +2355,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>524</width>
<width>526</width>
<height>327</height>
</rect>
</property>
Expand Down Expand Up @@ -3180,7 +3180,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>502</width>
<width>504</width>
<height>307</height>
</rect>
</property>
Expand Down

0 comments on commit 9b8f2ba

Please sign in to comment.