]> git.itanic.dy.fi Git - maemo-mapper/commitdiff
Re-worded slightly the Note in the Settings dialog.
authorgnuite <gnuite@gmail.com>
Mon, 15 Jan 2007 04:51:53 +0000 (04:51 +0000)
committergnuite <gnuite@gmail.com>
Mon, 15 Jan 2007 04:51:53 +0000 (04:51 +0000)
git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@67 6c538b50-5814-0410-93ad-8bdf4c0149d1

src/maemo-mapper.c

index dd1b2ac8ef30e280921dbf7ddf1264de08883b73..eb530c2cad97c85b095ad28bb3da59ec46bd2839 100644 (file)
@@ -4631,7 +4631,7 @@ settings_dialog()
     gtk_table_attach(GTK_TABLE(table),
             label = gtk_label_new(
                 _("Note: For rfcomm, enter the device path "
-                    "(e.g. \"/dev/rfcomm0\") as the MAC")),
+                    "(e.g. \"/dev/rfcomm0\").")),
             0, 2, 1, 2, GTK_FILL, 0, 2, 4);
     gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);
     gtk_misc_set_alignment(GTK_MISC(label), 0.5f, 0.5f);