summaryrefslogtreecommitdiffstats
path: root/knights/setpagedisplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/setpagedisplay.cpp')
-rw-r--r--knights/setpagedisplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/setpagedisplay.cpp b/knights/setpagedisplay.cpp
index aedeb91..a0e6bd9 100644
--- a/knights/setpagedisplay.cpp
+++ b/knights/setpagedisplay.cpp
@@ -107,7 +107,7 @@ void setPageDisplay::initTab1( void )
i18n( "Other Display Options" ),
Tab1 );
- Board_Orientation = new TQCheckBox( i18n( "Reverse Board Qt::Orientation" ), GROUP_General_Graphics );
+ Board_Orientation = new TQCheckBox( i18n( "Reverse Board Orientation" ), GROUP_General_Graphics );
Board_Orientation->setChecked( Resource->OPTION_Board_Orientation );
connect( Board_Orientation, TQT_SIGNAL( toggled(bool) ),
this, TQT_SLOT( slotToggle_Board_Orientation(bool) ) );