string improvement
This commit is contained in:
parent
b00c5ef730
commit
5444d7a3b5
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ public class WaypointsFragment extends BaseOsmAndFragment implements ObservableS
|
|||
if (isAdded()) {
|
||||
final TextViewEx title = (TextViewEx) view.findViewById(R.id.title);
|
||||
int pointsSize = app.getTargetPointsHelper().getAllPoints().size();
|
||||
String text = getString(R.string.shared_string_waypoints) + ": " + (pointsSize != 0 ? pointsSize : 1);
|
||||
String text = getString(R.string.shared_string_target_points) + ": " + (pointsSize != 0 ? pointsSize : 1);
|
||||
title.setText(text);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue