From c6725c0beaf38a7306ef2b31c70b92dee2ffdb49 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 18 Jul 2022 14:55:07 +0700 Subject: [PATCH] Capitalized first letter --- locales/en.json | 2 +- locales/jp.json | 2 +- locales/th.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en.json b/locales/en.json index 7f8b1b9..69350ce 100644 --- a/locales/en.json +++ b/locales/en.json @@ -115,7 +115,7 @@ }, "musicplayer_queue": { "title": "Queue", - "valid_args": "``clear`` ``shuffle``", + "valid_args": "``Clear`` ``Shuffle``", "empty": "The queue is empty! (っ˘ω˘ς )", "now_playing": "Now playing", "upcoming_song": "Upcoming song", diff --git a/locales/jp.json b/locales/jp.json index bfe83ad..648c074 100644 --- a/locales/jp.json +++ b/locales/jp.json @@ -115,7 +115,7 @@ }, "musicplayer_queue": { "title": "キュー", - "valid_args": "``clear`` ``shuffle``", + "valid_args": "``Clear`` ``Shuffle``", "empty": "キューは空です! (っ˘ω˘ς )", "now_playing": "再生中", "upcoming_song": "次の曲", diff --git a/locales/th.json b/locales/th.json index adc7b06..c31dd49 100644 --- a/locales/th.json +++ b/locales/th.json @@ -115,7 +115,7 @@ }, "musicplayer_queue": { "title": "คิวเพลง", - "valid_args": "``clear`` ``shuffle``", + "valid_args": "``Clear`` ``Shuffle``", "empty": "ตอนนี้คิวว่างนะ (っ˘ω˘ς )", "now_playing": "กำลังเล่น", "upcoming_song": "เพลงต่อไป",