Skip to content

Commit

Permalink
Make it more clear where the mod order is synced to
Browse files Browse the repository at this point in the history
  • Loading branch information
deorder committed Dec 21, 2020
1 parent 6554874 commit 4850214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_mod_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def openProfileMenu(self, position):
]

syncAction = QtWidgets.QAction(
QtGui.QIcon(":/MO/gui/next"), self.__tr("&Sync mod order"), self
QtGui.QIcon(":/MO/gui/next"), self.__tr("&Sync current profile mod order to"), self
)
syncAction.setEnabled(True)
menu.addAction(syncAction)
Expand Down

0 comments on commit 4850214

Please sign in to comment.