imageinfo: align to gui output above

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5722261503
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-05 (Sun, 05 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2020-01-05 22:22:22 +01:00
committed by vanhofen
parent 321940342c
commit f68dd24eeb

View File

@@ -374,7 +374,7 @@ void CImageInfo::InitInfoData()
hal_libversion_t ver;
hal_get_lib_version(&ver);
//libstb-hal version
v_info.push_back({"libstb-hal:", ver.vVersion});
v_info.push_back({"libstb-hal:", ver.vStr});
//libstb-hal git status
v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_VCS), ver.vGitDescribe});
#endif