Skip to content

Commit

Permalink
Capitalisation fixes.
Browse files Browse the repository at this point in the history
svn path=/trunk/koffice/; revision=151430
  • Loading branch information
Stephan Binner committed Apr 23, 2002
1 parent 00eac05 commit 7d33bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions krita/ui/kis_dlg_gradient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ GradientTab::GradientTab( KisGradient *_gradient,
// repeat - periodicy
repeat = new QComboBox( false, area );
repeat->insertItem( i18n( "None" ) );
repeat->insertItem( i18n( "Sawtooth wave" ) );
repeat->insertItem( i18n( "Triangular wave" ) );
repeat->insertItem( i18n( "Sawtooth Wave" ) );
repeat->insertItem( i18n( "Triangular Wave" ) );
layout->addWidget( repeat, 5, 1 );

QLabel *lblRepeat= new QLabel( repeat,
Expand Down

0 comments on commit 7d33bfa

Please sign in to comment.