added a tool tip

This commit is contained in:
hneemann 2017-04-03 17:09:32 +02:00
parent 70830faebd
commit 0e1416c433
3 changed files with 3 additions and 1 deletions

View File

@ -291,7 +291,7 @@ public class LibraryNode implements Iterable<LibraryNode> {
if (isCustom()) {
if (isUnique()) {
if (description == null)
return null;
return Lang.get("msg_fileNotImportedYet");
else
return StringUtils.textToHTML(description.getDescription(new ElementAttributes()));
} else

View File

@ -738,6 +738,7 @@ Die Icons stammen aus dem Tango Desktop Project.</string>
<string name="msg_actualCircuit">Aktuelle Schaltung</string>
<string name="msg_fileNotAccessible">Dieser Dateiename ist nicht aus dem aktuellen Projekt importierbar!</string>
<string name="msg_fileIsNotUnique">Der Dateiname ist nicht eindeutig!</string>
<string name="msg_fileNotImportedYet">Die Datei wurde noch nicht importiert.</string>
<string name="ok">Ok</string>
<string name="rot_0"></string>

View File

@ -725,6 +725,7 @@ The icons are taken from the Tango Desktop Project.</string>
<string name="msg_actualCircuit">Actual Circuit</string>
<string name="msg_fileNotAccessible">The selected file name is not importable from the actual project!</string>
<string name="msg_fileIsNotUnique">The file name is not unique!</string>
<string name="msg_fileNotImportedYet">The file has not yet been imported.</string>
<string name="ok">Ok</string>
<string name="rot_0"></string>