mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 15:40:16 +00:00
Reword some translatable strings
We've decided to use the term "Usage Statistics Reporting" instead of "Analytics" in user-facing strings.
This commit is contained in:
parent
5f35edf505
commit
e0cb56edb9
@ -150,7 +150,7 @@ NetPlayClient::NetPlayClient(const std::string& address, const u16 port, NetPlay
|
|||||||
if (address.size() > NETPLAY_CODE_SIZE)
|
if (address.size() > NETPLAY_CODE_SIZE)
|
||||||
{
|
{
|
||||||
m_dialog->OnConnectionError(
|
m_dialog->OnConnectionError(
|
||||||
_trans("Host code size is too large.\nPlease recheck that you have the correct code."));
|
_trans("The host code is too long.\nPlease recheck that you have the correct code."));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
analytics_prompt.setIcon(QMessageBox::Question);
|
analytics_prompt.setIcon(QMessageBox::Question);
|
||||||
analytics_prompt.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
|
analytics_prompt.setStandardButtons(QMessageBox::Yes | QMessageBox::No);
|
||||||
analytics_prompt.setWindowTitle(QObject::tr("Allow analytics"));
|
analytics_prompt.setWindowTitle(QObject::tr("Allow Usage Statistics Reporting"));
|
||||||
analytics_prompt.setText(
|
analytics_prompt.setText(
|
||||||
QObject::tr("Do you authorize Dolphin to report information to Dolphin's developers?"));
|
QObject::tr("Do you authorize Dolphin to report information to Dolphin's developers?"));
|
||||||
analytics_prompt.setInformativeText(
|
analytics_prompt.setInformativeText(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user