libgimpwidgets: rename gimp_color_config_get_printer_color_profile()
to gimp_color_config_get_simulation_color_profile(), along with various internal "printer" strings. Also reduce the number of user-visible "print" stuff from the preferences color management page.
This commit is contained in:
@ -1397,8 +1397,8 @@ prefs_dialog_new (Gimp *gimp,
|
||||
prefs_profile_combo_box_add (color_config,
|
||||
"printer-profile",
|
||||
store,
|
||||
_("Select Printer Color Profile"),
|
||||
_("_Print simulation profile:"),
|
||||
_("Select Simulation (Softproofing) Color Profile"),
|
||||
_("_Simulation profile:"),
|
||||
GTK_TABLE (table), row++, size_group);
|
||||
|
||||
prefs_enum_combo_box_add (color_config,
|
||||
|
Reference in New Issue
Block a user