[kde-doc-english] [Bug 121385] klettres errors in documentation, patch

Anne-Marie Mahfouf annma at kde.org
Sat Feb 4 23:19:50 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=121385         




------- Additional Comments From annma kde org  2006-02-04 23:19 -------
SVN commit 505792 by annma:

Grownup -> Grown-up
consistency with KHangMan
Thanks to Burkhard!
CCMAIL=121385


 M  +4 -4      klettres.cpp  
 M  +1 -1      klettresui.rc  


--- trunk/KDE/kdeedu/klettres/klettres/klettres.cpp #505791:505792
 @ -230,8 +230,8  @
     m_themeAction->setWhatsThis(i18n("Here you can change the theme for
KLettres. A theme consists in the background picture and the font color for the
letter displayed."));
 
     m_kidAction = new KToggleAction(i18n("Mode Kid"), "klettres_kids",
Qt::CTRL+Qt::Key_K, this, SLOT(slotModeKid()), actionCollection(), "mode_kid");
-    m_kidAction->setWhatsThis(i18n("If you are in the Grownup mode, clicking on
this button will set up the Kid mode. The Kid mode has no menubar and the font
is bigger in the statusbar."));
-    m_grownupAction = new KToggleAction(i18n("Mode Grownup"),
"klettres_grownup", Qt::CTRL+Qt::Key_G, this, SLOT(slotModeGrownup()),
actionCollection(), "mode_grownup");
+    m_kidAction->setWhatsThis(i18n("If you are in the Grown-up mode, clicking
on this button will set up the Kid mode. The Kid mode has no menubar and the
font is bigger in the statusbar."));
+    m_grownupAction = new KToggleAction(i18n("Mode Grown-up"),
"klettres_grownup", Qt::CTRL+Qt::Key_G, this, SLOT(slotModeGrownup()),
actionCollection(), "mode_grownup");
     m_grownupAction->setWhatsThis(i18n("The Grownup mode is the normal mode
where you can see the menubar."));
 
     connect(m_levelAction, SIGNAL(activated(int)), this,
SLOT(slotChangeLevel(int)));
 @ -409,7 +409,7  @
     m_menubarAction->setChecked(true);
     m_grownupAction->setChecked(true);
     m_kidAction->setChecked(false);
-    m_grownupAction->setToolTip(i18n("Grownup mode is currently active"));
+    m_grownupAction->setToolTip(i18n("Grown-up mode is currently active"));
     m_kidAction->setToolTip(i18n("Switch to Kid mode"));
     m_menubarAction->setText(i18n("Hide Menubar"));
     m_menubarAction->setToolTip(i18n("Hide Menubar"));
 @ -437,7 +437,7  @
     slotMenubar();
     m_kidAction->setChecked(true);
     m_kidAction->setToolTip(i18n("Kid mode is currently active"));
-    m_grownupAction->setToolTip(i18n("Switch to Grownup mode"));
+    m_grownupAction->setToolTip(i18n("Switch to Grown-up mode"));
     m_menubarAction->setText(i18n("Show Menubar"));
     m_menubarAction->setToolTip(i18n("Show Menubar"));
     m_grownupAction->setChecked(false);
--- trunk/KDE/kdeedu/klettres/klettres/klettresui.rc #505791:505792
 @ -44,6 +44,6  @
                 <Separator />
 		<Action name="file_quit"/>
 	</ToolBar>
-	<ToolBar name="secondToolbar" position="bottom"
noMerge="1"><text>Characters</text>
+	<ToolBar name="secondToolbar" position="bottom" noMerge="1"><text>Special
Characters</text>
 	</ToolBar>
 </kpartgui>



More information about the kde-doc-english mailing list