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:
ADTC
2015-02-07 02:56:24 +08:00
parent 5d3f68e422
commit d0c523ed00
2 changed files with 8 additions and 9 deletions

View File

@@ -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();