A few string updates for release.

This commit is contained in:
casey langen 2018-01-11 19:53:29 -08:00
parent 612f2d454b
commit 51417d01a1
2 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ using namespace musik::core::audio;
using namespace musik::cube;
using namespace cursespp;
#define MIN_WIDTH 48
#define MIN_WIDTH 54
#define MIN_HEIGHT 12
#ifdef WIN32

View File

@ -64,13 +64,13 @@
"settings_server_invalid_settings_message": "invalid or missing settings. please check the values and try again.",
"settings_server_use_ipv6": "use ipv6",
"settings_preamp": "preamp / replay gain",
"settings_preamp": "preamp and replaygain",
"settings_preamp_label": "preamp gain (dB):",
"settings_preamp_invalid_gain_title": "invalid gain",
"settings_preamp_invalid_gain_message": "preamp gain values must be between -20.0 and 20.0 dB",
"settings_replay_gain": "replay gain: ",
"settings_replay_gain_title": "replay gain mode",
"settings_replay_gain": "replaygain: ",
"settings_replay_gain_title": "replaygain mode",
"settings_replay_gain_mode_disabled": "disabled",
"settings_replay_gain_mode_track": "track",
"settings_replay_gain_mode_album": "album",