Sync translations (#3939)

* Sync translations with code

* Sync translations with Transifex

* Remove Mac menu title that isn't displayed and shouldn't be translated

* Add context to logging level strings in GTK client

* Use "µTP" consistently in code

* Use ellipsis instead of three docs in Qt client strings

* Close HTML tags in blocklist-related strings

* Remove trailing space from a translatable string in Qt client

* Add missing plural forms for English strings in Qt client

* Fix spelling: metaInfo -> metainfo
This commit is contained in:
Mike Gelfand
2022-10-11 08:39:41 -07:00
committed by GitHub
parent cc5ae321a5
commit f1f55cc3df
158 changed files with 93791 additions and 89537 deletions

View File

@@ -371,7 +371,7 @@ void FileTreeView::initContextMenu()
context_menu_->addSeparator();
open_action_ = context_menu_->addAction(tr("Open"), this, SLOT(openSelectedItem()));
rename_action_ = context_menu_->addAction(tr("Rename..."), this, SLOT(renameSelectedItem()));
rename_action_ = context_menu_->addAction(tr("Rename"), this, SLOT(renameSelectedItem()));
connect(context_menu_, &QMenu::aboutToShow, this, &FileTreeView::refreshContextMenuActionsSensitivity);
}