From 94b4d60e35b0b03900a7c6893e0d180cf30ab546 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Tue, 17 Jan 2017 01:02:27 +0100 Subject: [PATCH] Capitalize the tab titles of the prefs dialog. --- pd/nw/locales/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pd/nw/locales/en/translation.json b/pd/nw/locales/en/translation.json index b2fb48daa..60bd7ae1a 100644 --- a/pd/nw/locales/en/translation.json +++ b/pd/nw/locales/en/translation.json @@ -352,11 +352,11 @@ }, "prefs": { "heading": { - "startup": "startup", + "startup": "Startup", "startup_tt": "startup settings", "gui": "GUI", "gui_tt": "settings for the user interface", - "audio": "audio", + "audio": "Audio", "audio_tt": "configure the audio devices", "midi": "MIDI", "midi_tt": "configure MIDI devices" -- GitLab