summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libkdepim/ksyncprefsdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/ksyncprefsdialog.cpp b/libkdepim/ksyncprefsdialog.cpp
index c6c5ff8..2f38c83 100644
--- a/libkdepim/ksyncprefsdialog.cpp
+++ b/libkdepim/ksyncprefsdialog.cpp
@@ -595,21 +595,21 @@ void KSyncPrefsDialog::helpDevice()
595 "/dev/ttyUSB0\n(first device usb port)\n" 595 "/dev/ttyUSB0\n(first device usb port)\n"
596 "???\n(bluetooth device address)\n"; 596 "???\n(bluetooth device address)\n";
597#endif 597#endif
598 KMessageBox::information(this,hint,i18n("KDE-Pim sync config")); 598 KMessageBox::information(this,hint,i18n("KDE-Pim sync config"));
599} 599}
600void KSyncPrefsDialog::helpModel() 600void KSyncPrefsDialog::helpModel()
601{ 601{
602 QString hint = i18n("Leave empty or\ninsert name of phone model:\n"); 602 QString hint = i18n("Leave empty or\ninsert name of phone model:\n");
603 hint += "E.g. for Nokia 6310i:\n6310i\nAlso possible:\nobex\nfor Obex connection"; 603 hint += "E.g. for Nokia 6310i:\n6310i\nAlso possible:\nobex\nfor Obex connection";
604 KMessageBox::information(this,hint,i18n("KDE-Pim sync config")); 604 KMessageBox::information(this,hint,i18n("KDE-Pim sync config"));
605 605
606} 606}
607void KSyncPrefsDialog::helpConnection() 607void KSyncPrefsDialog::helpConnection()
608{ 608{
609 QString hint = i18n("Insert kind of connection,e.g.:\n"); 609 QString hint = i18n("Insert kind of connection,e.g.:\n");
610 hint += "irda | Nokia FBUS over infrared\n" 610 hint += "irda | Nokia FBUS over infrared\n"
611 "irdaat | AT commands infrared\n(Siemens/Sony-Erricsson)\n" 611 "irdaat | AT commands infrared\n(for Siemens/Sony-Erricsson)\n"
612 "irdaobex | set model obex\n" 612 "irdaobex | set also model as obex\n"
613 "fbus | Nokia FBUS2 serial\n"; 613 "fbus | Nokia FBUS2 serial\n";
614 KMessageBox::information(this,hint,i18n("KDE-Pim sync config")); 614 KMessageBox::information(this,hint,i18n("KDE-Pim sync config"));
615} 615}