Path: Change filenames in the rest of the Path code
Reflects changes in * PathOpGui.SetupOperation() * GetResources() * sPIxmap * pixmap * *.UI files Also contains minor translation context renames (these were edits made near to original intent of this commit)
This commit is contained in:
@@ -36,7 +36,7 @@ def translate(context, text, disambig=None):
|
||||
class CommandPathSimpleCopy:
|
||||
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Path-SimpleCopy',
|
||||
return {'Pixmap': 'Path_SimpleCopy',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_SimpleCopy", "Simple Copy"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_SimpleCopy", "Creates a non-parametric copy of another path")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user