mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
locale: rename in => word.in
Origin commit data
------------------
Commit: dff38fc6ee
Author: martii <m4rtii@gmx.de>
Date: 2014-05-06 (Tue, 06 May 2014)
This commit is contained in:
@@ -1671,7 +1671,7 @@ void CInfoViewer::show_Data (bool calledFromEvent)
|
||||
int rest = (info_CurrentNext.current_zeit.dauer / 60) - seit;
|
||||
if (jetzt < info_CurrentNext.current_zeit.startzeit) {
|
||||
runningPercent = 0;
|
||||
snprintf (runningRest, sizeof(runningRest), "%s %d %s", g_Locale->getText(LOCALE_IN), seit, unit_short_minute);
|
||||
snprintf (runningRest, sizeof(runningRest), "%s %d %s", g_Locale->getText(LOCALE_WORD_IN), seit, unit_short_minute);
|
||||
} else {
|
||||
runningPercent = (jetzt - info_CurrentNext.current_zeit.startzeit) * 100 / info_CurrentNext.current_zeit.dauer;
|
||||
if (runningPercent > 100)
|
||||
|
Reference in New Issue
Block a user