[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/keditfiletype
From:       Burkhard Lück <lueck () hube-lueck ! de>
Date:       2009-11-22 9:15:51
Message-ID: 1258881351.951799.30743.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1052589 by lueck:

improve gui strings for filtypes to distinguish between konqui + dolphin

 M  +3 -2      filegroupdetails.cpp  
 M  +6 -5      filetypedetails.cpp  


--- trunk/KDE/kdebase/runtime/keditfiletype/filegroupdetails.cpp #1052588:1052589
@@ -32,7 +32,7 @@
 {
   QVBoxLayout *secondLayout = new QVBoxLayout(this);
 
-  QGroupBox *autoEmbedBox = new QGroupBox( i18n("Left Click Action") );
+  QGroupBox *autoEmbedBox = new QGroupBox( i18n("Left Click Action (only for \
Konqueror file manager)") );  m_autoEmbed = new QButtonGroup( autoEmbedBox );
   secondLayout->addWidget( autoEmbedBox );
   // The order of those two items is very important. If you change it, fix \
typeslistitem.cpp ! @@ -48,7 +48,8 @@
   autoEmbedBox->setWhatsThis( i18n("Here you can configure what the Konqueror file \
                manager"
     " will do when you click on a file belonging to this group. Konqueror can \
                display the file in"
     " an embedded viewer or start up a separate application. You can change this \
                setting for a"
-    " specific file type in the 'Embedding' tab of the file type configuration.") );
+    " specific file type in the 'Embedding' tab of the file type configuration. \
Dolphin " +    " shows files always in a separate viewer") );
 
   secondLayout->addStretch();
 }
--- trunk/KDE/kdebase/runtime/keditfiletype/filetypedetails.cpp #1052588:1052589
@@ -144,7 +144,7 @@
   QWidget * secondWidget = new QWidget(m_tabWidget);
   QVBoxLayout *secondLayout = new QVBoxLayout(secondWidget);
 
-  m_autoEmbedBox = new QGroupBox( i18n("Left Click Action"), secondWidget );
+  m_autoEmbedBox = new QGroupBox( i18n("Left Click Action (only for Konqueror file \
manager)"), secondWidget );  secondLayout->addWidget( m_autoEmbedBox );
 
   m_autoEmbedBox->setSizePolicy( QSizePolicy::Preferred, QSizePolicy::Fixed );
@@ -153,7 +153,7 @@
   QRadioButton *sepViewerRadio = new QRadioButton( i18n("Show file in separate \
viewer") );  m_rbGroupSettings = new QRadioButton( QString("Use settings for '%1' \
group") );  
-  m_chkAskSave = new QCheckBox( i18n("Ask whether to save to disk instead") );
+  m_chkAskSave = new QCheckBox( i18n("Ask whether to save to disk instead (only for \
Konqueror browser)") );  connect(m_chkAskSave, SIGNAL( toggled(bool) ), SLOT( \
slotAskSaveToggled(bool) ));  
   m_autoEmbedGroup = new QButtonGroup(m_autoEmbedBox);
@@ -169,10 +169,11 @@
   vbox->addWidget(m_chkAskSave);
 
   m_autoEmbedBox->setWhatsThis( i18n("Here you can configure what the Konqueror file \
                manager"
-    " will do when you click on a file of this type. Konqueror can display the file \
in" +    " will do when you click on a file of this type. The Konqueror file manager \
                can display the file in"
     " an embedded viewer or start up a separate application. If set to 'Use settings \
                for G group',"
-    " Konqueror will behave according to the settings of the group G this type \
                belongs to,"
-    " for instance 'image' if the current file type is image/png.") );
+    " the file manager will behave according to the settings of the group G this \
type belongs to," +    " for instance 'image' if the current file type is image/png. \
Dolphin " +    " shows files always in a separate viewer") );
 
   embedServiceListWidget = new KServiceListWidget( \
KServiceListWidget::SERVICELIST_SERVICES, secondWidget );  //  \
embedServiceListWidget->setMinimumHeight( serviceListWidget->sizeHint().height() );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic