mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Changed "caption" to "name" in code for consistency
To maintain consistency with the actual English menu item, the variable names and method name have been changed to reflect the menu item text. Per comments in PR qbittorrent#2493 Signed-off-by: ADTC <send2adtc@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@ public slots:
|
||||
void topPrioSelectedTorrents();
|
||||
void bottomPrioSelectedTorrents();
|
||||
void copySelectedMagnetURIs() const;
|
||||
void copySelectedCaptions() const;
|
||||
void copySelectedNames() const;
|
||||
void openSelectedTorrentsFolder() const;
|
||||
void recheckSelectedTorrents();
|
||||
void setDlLimitSelectedTorrents();
|
||||
|
||||
Reference in New Issue
Block a user