소스 검색

fix: "percent" -> "percentage"

Roman Shchekin 2 년 전
부모
커밋
fe702fdf06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scenes/hex_viewer_scene_scroll.c

+ 1 - 1
scenes/hex_viewer_scene_scroll.c

@@ -13,7 +13,7 @@ void hex_viewer_scene_scroll_on_enter(void* context) {
 
     TextInput* text_input = app->text_input;
 
-    text_input_set_header_text(text_input, "Scroll to percent (0..100)");
+    text_input_set_header_text(text_input, "Scroll to percentage (0..100)");
     text_input_set_result_callback(
         text_input,
         hex_viewer_scene_scroll_callback,