mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
GeneralWidget: Fix Log Rendertime description grammar
This commit is contained in:
parent
eb5cd9be78
commit
b9c1f4921c
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ void GeneralWidget::AddDescriptions()
|
||||||
"NetPlay.<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>");
|
"NetPlay.<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>");
|
||||||
static const char TR_LOG_RENDERTIME_DESCRIPTION[] = QT_TR_NOOP(
|
static const char TR_LOG_RENDERTIME_DESCRIPTION[] = QT_TR_NOOP(
|
||||||
"Logs the render time of every frame to User/Logs/render_time.txt.<br><br>Use this "
|
"Logs the render time of every frame to User/Logs/render_time.txt.<br><br>Use this "
|
||||||
"feature when to measure the performance of Dolphin.<br><br><dolphin_emphasis>If "
|
"feature to measure Dolphin's performance.<br><br><dolphin_emphasis>If "
|
||||||
"unsure, leave this unchecked.</dolphin_emphasis>");
|
"unsure, leave this unchecked.</dolphin_emphasis>");
|
||||||
static const char TR_SHOW_NETPLAY_MESSAGES_DESCRIPTION[] =
|
static const char TR_SHOW_NETPLAY_MESSAGES_DESCRIPTION[] =
|
||||||
QT_TR_NOOP("Shows chat messages, buffer changes, and desync alerts "
|
QT_TR_NOOP("Shows chat messages, buffer changes, and desync alerts "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue