mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Some changes to the package manager:
- use a single button for install/upgrade - show versions of installed package and installer Named actions in enum PACKAGE_ACT_* to avoid confusion with the status enum. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1186 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -520,8 +520,15 @@ label:
|
||||
package installed: installed
|
||||
package installable: not installed
|
||||
install package: install
|
||||
upgrade package: upgrade
|
||||
reinstall package: reinstall
|
||||
upgrade package: update
|
||||
remove package: remove
|
||||
|
||||
installed version: Installed version:
|
||||
installable version: Latest version:
|
||||
installer size: Size:
|
||||
installer status: Status:
|
||||
no version: -
|
||||
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
@@ -594,7 +601,8 @@ button:
|
||||
keep package: &Don't change
|
||||
don't install package: &Don't install
|
||||
install package: &Install
|
||||
upgrade package: &Upgrade
|
||||
upgrade package: &Update
|
||||
reinstall package: Re&install
|
||||
remove package: &Remove
|
||||
install group: &Install All
|
||||
upgrade group: &Upgrade All
|
||||
|
||||
Reference in New Issue
Block a user