[kde-doc-english] extragear/graphics/kipi-plugins/printimages

Angelo Naselli anaselli at linux.it
Wed Jan 13 23:36:15 CET 2010


SVN commit 1074357 by anaselli:

Added tool tips and whatis strings
GUI:

 M  +16 -0     customdlg.cpp  


--- trunk/extragear/graphics/kipi-plugins/printimages/customdlg.cpp #1074356:1074357
@@ -36,6 +36,22 @@
 
   connect ( m_doneButton, SIGNAL ( clicked() ),
             this, SLOT ( accept() ) );
+            
+  m_photoGridCheck->setToolTip(i18n("Choose your grid size"));
+  m_photoGridCheck->setWhatsThis(i18n("Choose your grid size"));
+  m_gridRows->setToolTip(i18n("Number of rows"));
+  m_gridRows->setWhatsThis(i18n("Insert number of rows"));
+  m_gridColumns->setToolTip(i18n("Number of columns"));
+  m_gridColumns->setWhatsThis(i18n("Insert number of columns"));
+  
+  m_fitAsManyCheck->setToolTip(i18n("Choose to have a custom photo size album"));
+  m_fitAsManyCheck->setWhatsThis(i18n("Choose to have a custom photo size album"));
+  m_photoHeight->setToolTip(i18n("Photo height"));
+  m_photoHeight->setWhatsThis(i18n("Insert photo height"));
+  m_photoWidth->setToolTip(i18n("Photo width"));
+  m_photoWidth->setWhatsThis(i18n("Insert photo width"));
+  
+  m_autorotate->setToolTip(i18n("Auto rotate photo"));  
 }
 
 CustomLayoutDlg:: ~CustomLayoutDlg()



More information about the kde-doc-english mailing list