mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 14:31:02 -04:00
added a tool tip
This commit is contained in:
parent
70830faebd
commit
0e1416c433
@ -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
|
||||
|
@ -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">0°</string>
|
||||
|
@ -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">0°</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user