Skip to content

Commit

Permalink
AddonManager: grammatical fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jun 17, 2019
1 parent 0f56ec4 commit 4fda9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/AddonManager/addonmanager_workers.py
Expand Up @@ -588,8 +588,8 @@ def run(self):
print("copying macro:",f)
symlink(os.path.join(clonedir, f), os.path.join(macro_dir, f))
FreeCAD.ParamGet('User parameter:Plugins/'+self.repos[idx][0]).SetString("destination",clonedir)
answer += "\n\n"+translate("AddonsInstaller", "A macro has been installed and is available the Macros menu") + ": <b>"
answer += f + "</b>"
answer += "\n\n"+translate("AddonsInstaller", "A macro has been installed and is available under Macro -> Macros menu")+":"
answer += "\n<b>" + f + "</b>"
self.progressbar_show.emit(False)
self.info_label.emit(answer)
self.mark_recompute.emit(self.repos[idx][0])
Expand Down

0 comments on commit 4fda9e7

Please sign in to comment.