mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 07:10:40 +01:00
[apps/shared] Change title of zoom (interactive zoom) and initialization
(predefined zoom) Change-Id: Ice1c1a86b6beb4305e43b27f3a418478b3833d23
This commit is contained in:
@@ -12,7 +12,7 @@ ZoomParameterController::ZoomParameterController(Responder * parentResponder, In
|
||||
}
|
||||
|
||||
const char * ZoomParameterController::title() {
|
||||
return I18n::translate(I18n::Message::InteractiveZoom);
|
||||
return I18n::translate(I18n::Message::Zoom);
|
||||
}
|
||||
|
||||
View * ZoomParameterController::view() {
|
||||
|
||||
Reference in New Issue
Block a user