mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
i18n: Add comments and improve source strings
Most of these changes are to improve consistency in capitalization.
This commit is contained in:
parent
87b7009c12
commit
9d2f5245f4
15 changed files with 84 additions and 79 deletions
|
@ -97,6 +97,7 @@ void AchievementBox::UpdateData()
|
|||
if (m_achievement->unlock_time != 0)
|
||||
{
|
||||
m_status->setText(
|
||||
// i18n: %1 is a date/time.
|
||||
tr("Unlocked at %1")
|
||||
.arg(QDateTime::fromSecsSinceEpoch(m_achievement->unlock_time).toString()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue