This commit is contained in:
ChristianVisintin
2020-11-27 18:26:04 +01:00
parent 9015481e43
commit 4e25e4d7b4

View File

@@ -455,7 +455,7 @@ impl FileTransferActivity {
// If ctrl is enabled...
if key.modifiers.intersects(KeyModifiers::CONTROL) {
self.input_mode = InputMode::Popup(PopupType::Input(
String::from("Insert news name"),
String::from("Insert new name"),
FileTransferActivity::callback_rename,
));
}