mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
Locales: use generic gui name in messages and windows
This commit is contained in:
@@ -292,7 +292,7 @@ void CImageInfo::InitInfoData()
|
||||
|
||||
struct utsname uts_info;
|
||||
|
||||
image_info_t imagename = {LOCALE_IMAGEINFO_IMAGE, config.getString("imagename", "Neutrino-HD")};
|
||||
image_info_t imagename = {LOCALE_IMAGEINFO_IMAGE, config.getString("imagename", PACKAGE_NAME)};
|
||||
v_info.push_back(imagename);
|
||||
image_info_t version = {LOCALE_IMAGEINFO_VERSION, version_string};
|
||||
v_info.push_back(version);
|
||||
|
Reference in New Issue
Block a user