Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / trunk / src / plugins / google / src / GoogleSettingsDialog.cpp
index acd17de..1714cff 100644 (file)
@@ -55,8 +55,8 @@ GoogleSettingsDialog::GoogleSettingsDialog(QWidget *parent,
                 QIcon::fromTheme("object-flip-vertical"),tr(""));
     #endif
 
-    langFromLabel = new QLabel("From:");
-    langToLabel = new QLabel(" To: ");
+    langFromLabel = new QLabel(tr("From:"));
+    langToLabel = new QLabel(tr(" To: "));
     connectInfoLabel = new QLabel(tr("Google plugin make use of internet "
                                      "conection, so it may cost You."));