fix: desktop/Files labelling improvements, rename Sys. Config to Settings
This commit is contained in:
@@ -137,10 +137,10 @@ static const char* props_type_label(const FileManagerState* fm, int idx) {
|
||||
case FM_ENTRY_HOME: return "Home Folder";
|
||||
case FM_ENTRY_APPS_ROOT: return "Apps Folder";
|
||||
case FM_ENTRY_SPECIAL_DIR: return "Folder";
|
||||
case FM_ENTRY_SYSTEM_CONFIGURATION_ROOT: return "System Configuration";
|
||||
case FM_ENTRY_SYSTEM_CONFIGURATION_ROOT: return "Settings";
|
||||
case FM_ENTRY_VIRTUAL_APP:
|
||||
if (fm->virtual_view == FM_VIRTUAL_VIEW_SYSTEM_CONFIGURATION)
|
||||
return "System Configuration Applet";
|
||||
return "Settings Applet";
|
||||
return "Application";
|
||||
case FM_ENTRY_FILE:
|
||||
default:
|
||||
@@ -199,7 +199,7 @@ static void props_build_path(const FileManagerState* fm, int idx, char* out, int
|
||||
entry.external_app_index < ds->external_app_count) {
|
||||
props_copy(out, out_len, ds->external_apps[entry.external_app_index].binary_path);
|
||||
} else if (entry.kind == FM_VIRTUAL_ENTRY_SYSTEM_CONFIGURATION_APPLET) {
|
||||
props_copy(out, out_len, "System Configuration applet");
|
||||
props_copy(out, out_len, "Settings applet");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user