Skip to content

Commit

Permalink
Rename "Импорт" button to "Открыть"
Browse files Browse the repository at this point in the history
  • Loading branch information
snpefk committed Dec 8, 2024
1 parent 8889010 commit 36b70eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/opensi-editor/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl eframe::App for EditorApp {
ui.close_menu();
}
ui.separator();
if ui.button("⮩ Импорт").clicked() {
if ui.button("⮩ Открыть").clicked() {
let package_receiver = file_dialogs::import_dialog();
self.package_state = PackageState::Loading(package_receiver);
ui.close_menu();
Expand Down

0 comments on commit 36b70eb

Please sign in to comment.