Improved settings tool tip. closes #192

This commit is contained in:
hneemann 2018-10-03 12:27:51 +02:00
parent 4e0b61fc3b
commit f061e84f29
2 changed files with 5 additions and 2 deletions

View File

@ -1118,7 +1118,9 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
<string name="key_libraryPath">Bibliothek</string>
<string name="key_libraryPath_tt">Ordner, in welchem sich die Bibliothek mit vordefinierten Schaltungen befindet.
Enthält z.B. die ICs der 74xx Reihe. Es können auch eigene Schaltungen hinzugefügt werden, indem diese
hier gespeichert werden.</string>
hier gespeichert werden.
Es muss darauf geachtet werden, dass der Name aller Dateien in diesem Ordner und allen Unterordnern eindeutig ist.
</string>
<string name="key_grid">Raster anzeigen</string>
<string name="key_grid_tt">Zeigt im Hauptfenster ein Raster an, um das platzieren der Elemente zu erleichtern.</string>
<string name="key_mapToKey">Auf Tastatur legen</string><!-- Button -->

View File

@ -1110,7 +1110,8 @@
<string name="key_libraryPath">Library</string>
<string name="key_libraryPath_tt">Folder which contains the library with predefined sub circuits.
Contains, for example, the components of the 74xx series. You also can add your own circuits by storing
them at this location.</string>
them at this location.
It must be ensured that the name of all files in this folder and all subfolders is unique.</string>
<string name="key_grid">Show Grid</string>
<string name="key_grid_tt">Shows a grid in the main window.</string>
<string name="key_mapToKey">Map to keyboard</string><!-- Button -->