From 1e30ebc5a37a15de4cf0fd51f834472287741c00 Mon Sep 17 00:00:00 2001 From: Dmitry Pavlov Date: Tue, 19 Apr 2022 11:07:35 +0300 Subject: [PATCH] [FL-2345] Archive: rename left button in delete scene #1132 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: あく --- applications/archive/scenes/archive_scene_delete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/archive/scenes/archive_scene_delete.c b/applications/archive/scenes/archive_scene_delete.c index 04b37510..e5bc5df3 100644 --- a/applications/archive/scenes/archive_scene_delete.c +++ b/applications/archive/scenes/archive_scene_delete.c @@ -20,7 +20,7 @@ void archive_scene_delete_on_enter(void* context) { ArchiveApp* app = (ArchiveApp*)context; widget_add_button_element( - app->widget, GuiButtonTypeLeft, "Back", archive_scene_delete_widget_callback, app); + app->widget, GuiButtonTypeLeft, "Cancel", archive_scene_delete_widget_callback, app); widget_add_button_element( app->widget, GuiButtonTypeRight, "Delete", archive_scene_delete_widget_callback, app);