Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2018-05-02 14:00:00 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-05-02 14:00:02 +0300
commitad3317a9929e69a2758fa27c5401b5d0d9cc5990 (patch)
tree1c69e7f0442859ab3762c8a9168a5a47f46da4e9 /plugins/VersionUpgrade/VersionUpgrade33to34
parent49649e3d4a90413f2df37e795ddb5900ad29eeff (diff)
Fix docs for VersionUpgrade 3.3 to 3.4
CURA-5035
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade33to34')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade33to34/VersionUpgrade33to34.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade33to34/VersionUpgrade33to34.py b/plugins/VersionUpgrade/VersionUpgrade33to34/VersionUpgrade33to34.py
index 4e7b09564a..17abace547 100644
--- a/plugins/VersionUpgrade/VersionUpgrade33to34/VersionUpgrade33to34.py
+++ b/plugins/VersionUpgrade/VersionUpgrade33to34/VersionUpgrade33to34.py
@@ -7,13 +7,13 @@ import io #To serialise the preference files afterwards.
from UM.VersionUpgrade import VersionUpgrade #We're inheriting from this.
-## Upgrades configurations from the state they were in at version 3.2 to the
-# state they should be in at version 3.3.
+## Upgrades configurations from the state they were in at version 3.3 to the
+# state they should be in at version 3.4.
class VersionUpgrade33to34(VersionUpgrade):
- ## Gets the version number from a CFG file in Uranium's 3.2 format.
+ ## Gets the version number from a CFG file in Uranium's 3.3 format.
#
- # Since the format may change, this is implemented for the 3.2 format only
+ # Since the format may change, this is implemented for the 3.3 format only
# and needs to be included in the version upgrade system rather than
# globally in Uranium.
#