[apps/shared] Change Zoom button in curves

Zoom is now called navigate, and its button is placed before the Axes
button.

Change-Id: Ied194c20438e573a237ce36f221b9be87cfd4bab
This commit is contained in:
Gabriel Ozouf
2020-10-02 16:10:14 +02:00
committed by Émilie Feral
parent 43d21180bc
commit bf76b56f90
11 changed files with 15 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ ZoomParameterController::ZoomParameterController(Responder * parentResponder, In
}
const char * ZoomParameterController::title() {
return I18n::translate(I18n::Message::Zoom);
return I18n::translate(I18n::Message::Navigate);
}
void ZoomParameterController::viewWillAppear() {