Skip to content
Snippets Groups Projects
Commit 5793bf12 authored by Albert Gräf's avatar Albert Gräf
Browse files

Fix up misleading tooltips for the Ok/Apply/Close buttons of the Preferences...

Fix up misleading tooltips for the Ok/Apply/Close buttons of the Preferences dialog. These apply to the prefs dialog as a whole, not just to the audio properties.
parent 80cfe136
No related branches found
No related tags found
No related merge requests found
...@@ -405,9 +405,9 @@ ...@@ -405,9 +405,9 @@
"output_title_tt": "Hardware-Geräte für die MIDI-Ausgabe von Pd" "output_title_tt": "Hardware-Geräte für die MIDI-Ausgabe von Pd"
}, },
"ok": "Ok", "ok": "Ok",
"ok_tt": "Aktualisiere die Audio-Einstellungen und schließe den Dialog", "ok_tt": "Aktualisiere die Einstellungen und schließe den Dialog",
"apply": "Anwenden", "apply": "Anwenden",
"apply_tt": "Aktualisiere die Audio-Einstellungen ohne Schließen des Dialogs", "apply_tt": "Aktualisiere die Einstellungen ohne Schließen des Dialogs",
"cancel": "Abbrechen", "cancel": "Abbrechen",
"cancel_tt": "Aktualisierung der Einstellungen abbrechen", "cancel_tt": "Aktualisierung der Einstellungen abbrechen",
"close": "Schließen", "close": "Schließen",
......
...@@ -405,13 +405,13 @@ ...@@ -405,13 +405,13 @@
"output_title_tt": "hardware devices to send midi data from Pd" "output_title_tt": "hardware devices to send midi data from Pd"
}, },
"ok": "Ok", "ok": "Ok",
"ok_tt": "Update the audio properties and close the dialog", "ok_tt": "Update the preferences and close the dialog",
"apply": "Apply", "apply": "Apply",
"apply_tt": "Update audio properties without closing this dialog", "apply_tt": "Update preferences without closing this dialog",
"cancel": "Cancel", "cancel": "Cancel",
"cancel_tt": "Cancel updating the properties", "cancel_tt": "Cancel updating the preferences",
"close": "Close", "close": "Close",
"close_tt": "Close the properties dialog" "close_tt": "Close the preferences dialog"
}, },
"font": { "font": {
"prop": { "prop": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment