Skip to content

Commit 9a0246e

Browse files
committed
[SYSDM] Improve de-DE Uptime format translation
I tried initially to use Tag(e) but that does look too crowded with the stuff after it. Since Windows is also not consistent with the () for singular vs plural, I did chose always plural "Tage". Most often people will see "0 Tage" anyway, and that fits well.
1 parent be25187 commit 9a0246e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dll/cpl/sysdm/lang/de-DE.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ BEGIN
319319
IDS_PETABYTE "PB RAM"
320320
IDS_MEGAHERTZ "MHz"
321321
IDS_GIGAHERTZ "GHz"
322-
IDS_UPTIME_FORMAT "%u Days, %02u:%02u:%02u"
322+
IDS_UPTIME_FORMAT "%u Tage, %02u:%02u:%02u"
323323
IDS_VARIABLE "Variable"
324324
IDS_VALUE "Wert"
325325
IDS_NO_DUMP "(Keine)"

0 commit comments

Comments
 (0)