Fixed settings for striping accents
authorBartosz Szatkowski <bulislaw@linux.com>
Wed, 25 Aug 2010 13:25:36 +0000 (15:25 +0200)
committerBartosz Szatkowski <bulislaw@linux.com>
Wed, 25 Aug 2010 13:25:36 +0000 (15:25 +0200)
trunk/src/plugins/xdxf/src/XdxfSettingsDialog.cpp

index 933aa39..73d48e0 100644 (file)
@@ -58,8 +58,8 @@ XdxfSettingsDialog::XdxfSettingsDialog(XdxfPlugin *plugin, QWidget *parent) :
 
     cacheLayout = new QHBoxLayout(this);
     verticalLayout->addLayout(cacheLayout);
-    accentsCheckBox = new QCheckBox("Strip accents (searching takes more time, "
-                 "but Your spelling don't have to be exact)");
+    accentsCheckBox = new QCheckBox("Strip accents \n(searching takes more time, "
+                 "but spelling don't have to be exact)");
     verticalLayout->addWidget(accentsCheckBox);
 
     if(plugin->settings()->value("strip_accents") == "true")