SVN commit 1145190 by mturkia:

GUI: clarified a text on configuring File versions


 M  +1 -1      FileVersionDetectionPage.cpp  


--- trunk/extragear/graphics/kphotoalbum/Settings/FileVersionDetectionPage.cpp 
#1145189:1145190
@@ -32,7 +32,7 @@
     _autoStackNewFiles = new QCheckBox(i18n("Auto-stack new files on top of 
old"), modifiedBox);
 
     // Copy File Support
-    Q3VGroupBox* copyBox = new Q3VGroupBox( i18n("File Copy on Open 
Settings"), this );
+    Q3VGroupBox* copyBox = new Q3VGroupBox( i18nc("Configure the feature to 
make a copy of a file first and then open the copied file with an external 
applicaiton", "Copy File and Open on External Application"), this );
     lay1->addWidget( copyBox );
 
     QLabel* copyFileComponentLabel = new QLabel( i18n("Copy file search 
regexp:" ), copyBox );

Reply via email to