Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10148 from JosJuice/i18n-keep-addresses
DolphinQt: Add i18n comment for "Keep addresses where value in memory"
  • Loading branch information
leoetlino committed Oct 3, 2021
2 parents 890a5ed + 8f9086f commit 9dc6229
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Core/DolphinQt/CheatSearchWidget.cpp
Expand Up @@ -159,6 +159,11 @@ void CheatSearchWidget::CreateWidgets()

auto* value_layout = new QHBoxLayout();

// i18n: This label is followed by a dropdown where the user can select things like "is equal to"
// or "is less than or equal to", followed by another dropdown where the user can select "any
// value", "last value", or "this value:". These three UI elements are intended to form a sentence
// together. Because the UI elements can't be reordered by a translation, you may have to give
// up on the idea of having them form a sentence depending on the grammar of your target language.
auto* instructions_label = new QLabel(tr("Keep addresses where value in memory"));
value_layout->addWidget(instructions_label);

Expand Down

0 comments on commit 9dc6229

Please sign in to comment.