vertex-tool.patch

Revised patch - Arunmozhi P, 2012-03-04 03:42 AM

Download (815 Bytes)

View differences:

src/app/qgsmaptoolvertexedit.cpp
52 52
    m->setCheckBoxVisible( true );
53 53
    m->setCheckBoxQSettingsLabel( myQSettingsLabel );
54 54
    m->setMessageAsHtml( "<p>" +
55
                         tr( "Could not snap segment." ) +
55
                         tr( "Could not snap to segment." ) +
56 56
                         "</p><p>" +
57 57
                         tr( "Have you set the tolerance in "
58
                             "Settings > Project Properties > General?" ) +
58
                             "Settings > Snapping Options ?" ) +
59 59
                         "</p>" );
60 60
    m->exec();
61 61
  }