1
0
mirror of https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git synced 2023-10-10 13:37:40 +02:00

Localization

This commit is contained in:
Jan Schneider 2018-01-23 00:38:18 +01:00
parent c350b05664
commit 9ba8dade32

View File

@ -67,9 +67,8 @@ proc ::rmupdate::i18n {str} {
if {$str == "Rebooting system."} { return "Das System wird neu gestartet." }
if {$str == "Latest firmware version: %s"} { return "Aktuellste Firmware-Version: %s" }
if {$str == "Current firmware version: %s"} { return "Installierte Firmware-Version: %s" }
return $str
}
return $str
}
proc ::rmupdate::get_rpi_version {} {