mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
Replace some ... with …
This commit is contained in:
@@ -103,9 +103,9 @@ impl eframe::App for Application {
|
||||
None => "Unfocus the window, fast!".to_owned(),
|
||||
Some(t) => {
|
||||
if let Ok(elapsed) = t.duration_since(SystemTime::now()) {
|
||||
format!("Resetting attention in {} s...", elapsed.as_secs())
|
||||
format!("Resetting attention in {} s…", elapsed.as_secs())
|
||||
} else {
|
||||
"Resetting attention...".to_owned()
|
||||
"Resetting attention…".to_owned()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user