mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user