Drag&drop of filter into console leads to wrong texts in German version

Issue #133 resolved
M. Gronle created an issue

Usually, an algorithm can be dragged & dropped from the plugin toolbox to the console, such that a default call string for this filter is displayed.

This should always look like this (here for the example of loadAnyImage (dataObjectIO):

filter("loadAnyImage", destinationImage, filename)

The spaces should also be correctly set.

However, if one switches to the German version of itom, the current output is

Filter ("loadAnyImage", destinationImage, filename)

This has to be fixed. The word “filter” must not be translated here.

Comments (3)

  1. Log in to comment