diff options
| -rw-r--r-- | lib/extensions/__init__.py | 2 | ||||
| -rw-r--r-- | messages.po | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index dfdc7a3e..8b243176 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -7,4 +7,4 @@ from input import Input from output import Output from zip import Zip from flip import Flip -from commands import * +from commands import Commands diff --git a/messages.po b/messages.po index 621db2e3..34abe079 100644 --- a/messages.po +++ b/messages.po @@ -178,6 +178,12 @@ msgstr "" msgid "Tip: use Path -> Object to Path to convert non-paths." msgstr "" +msgid "Please select one or more objects to which to attach commands." +msgstr "" + +msgid "Please choose one or more commands to attach." +msgstr "" + msgid "" "\n" "\n" |
