mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 20:06:12 +00:00
Change "Running since" to "Running for"
This commit is contained in:
parent
33732291e7
commit
911e4645d5
@ -160,7 +160,7 @@ void OptionsDialog::updateProgressTimer()
|
||||
int minutesElapsed = secondsElapsed / 60;
|
||||
int hoursElapsed = minutesElapsed / 60;
|
||||
|
||||
QString label = tr("Running since") + " ";
|
||||
QString label = tr("Running for") + " ";
|
||||
if(hoursElapsed)
|
||||
{
|
||||
label += tr("%n hour", "%n hours", hoursElapsed);
|
||||
|
Loading…
Reference in New Issue
Block a user