mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 13:50:28 +01:00
[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:
committed by
Émilie Feral
parent
43d21180bc
commit
bf76b56f90
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user