mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch '3.3'
This commit is contained in:
commit
e13c3b1f13
2 changed files with 2 additions and 2 deletions
|
|
@ -337,7 +337,7 @@ class PrintInformation(QObject):
|
|||
if is_gcode or is_project_file or (is_empty or (self._base_name == "" and self._base_name != name)):
|
||||
# Only take the file name part
|
||||
self._base_name = filename_parts[0]
|
||||
self._updateJobName()
|
||||
self._updateJobName()
|
||||
|
||||
@pyqtProperty(str, fset = setBaseName, notify = baseNameChanged)
|
||||
def baseName(self):
|
||||
|
|
|
|||
|
|
@ -1433,7 +1433,7 @@ msgstr "기기로드 중 ..."
|
|||
#: /home/ruben/Projects/Cura/cura/CuraApplication.py:712
|
||||
msgctxt "@info:progress"
|
||||
msgid "Setting up scene..."
|
||||
msgstr "Setting up scene..."
|
||||
msgstr "장면 설정 중..."
|
||||
|
||||
#: /home/ruben/Projects/Cura/cura/CuraApplication.py:751
|
||||
msgctxt "@info:progress"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue