X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=src%2Flatitude.cpp;h=40a0a13a064a424880216cbcbdfb1cb45cee667f;hp=42f26b9bead38fc07b5c4ab44ecd7b4d4f927a1c;hb=e757c5cbb2dd632e45443189d1c0cb65ddbc9a10;hpb=d997b6cae6a487d910ddd8e149a3f2667198a586 diff --git a/src/latitude.cpp b/src/latitude.cpp index 42f26b9..40a0a13 100644 --- a/src/latitude.cpp +++ b/src/latitude.cpp @@ -124,9 +124,9 @@ void LatitudeGUI::show_lat() { layout_location->addRow(tr("acc :"), location_acc); // source button - QPushButton *source_loc = new QPushButton(tr("Auto &loc")); - QPushButton *source_cell = new QPushButton(tr("Auto &cell")); - QPushButton *source_gps = new QPushButton(tr("Auto &gps")); + QPushButton *source_loc = new QPushButton(tr("Update with &IP")); + QPushButton *source_cell = new QPushButton(tr("Update with &Cell")); + QPushButton *source_gps = new QPushButton(tr("Update with &Gps")); // source layout QHBoxLayout *layout_source = new QHBoxLayout(); layout_source->addWidget(source_loc);