summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_audio.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-02 19:45:09 -0400
committerLioncash <mathew1800@gmail.com>2018-10-02 19:45:12 -0400
commit226dc914b397894539f5bbee0be5f49dd996b655 (patch)
tree87a8d7817f7a3695394796553d92214a68747faf /src/yuzu/configuration/configure_audio.h
parentbc679c9b8c05d3db46da8cef77e729b31c6dbff5 (diff)
configure_audio: Add disambiguation comment for the volume percentage string
Disambiguates what the string represents to help translators more easily understand what it is that they're translating. While we're at it, we can move the code to its own function, so that we don't need to specify the same string twice.
Diffstat (limited to 'src/yuzu/configuration/configure_audio.h')
-rw-r--r--src/yuzu/configuration/configure_audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_audio.h b/src/yuzu/configuration/configure_audio.h
index 4f0af4163..069e79d56 100644
--- a/src/yuzu/configuration/configure_audio.h
+++ b/src/yuzu/configuration/configure_audio.h
@@ -26,6 +26,7 @@ public slots:
private:
void setConfiguration();
+ void setVolumeIndicatorText(int percentage);
std::unique_ptr<Ui::ConfigureAudio> ui;
};