Skip to content

Arduino/app/src/processing/app/EditorStatus.java contains fragmented messages #4375

Closed
@kotobuki

Description

@kotobuki

The file contains three texts to be translated as follows (line 347 to 352):

if (!(PreferencesData.getBoolean("build.verbose"))) {
  message1 += "\n\n";
  message1 += "  " + tr("This report would have more information with") + "\n";
  message1 += "  \"" + tr("Show verbose output during compilation") + "\"\n";
  message1 += "  " + tr("enabled in File > Preferences.") + "\n";
}

Please consider a message instead of three fragmented messages, since that confuses us translators.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions