After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 640008 - A bit strange to refer to "files" in the media handling dialog
A bit strange to refer to "files" in the media handling dialog
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Removable Media
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-19 22:55 UTC by William Jon McCann
Modified: 2011-01-26 04:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (56.47 KB, image/png)
2011-01-19 22:55 UTC, William Jon McCann
Details

Description William Jon McCann 2011-01-19 22:55:57 UTC
Created attachment 178797 [details]
screenshot

It is a bit strange to refer to "files" in the media handling dialog heading.

Also we should display a nicer description than the quoted mime type.
Comment 1 William Jon McCann 2011-01-19 23:08:02 UTC
Similarly, "Choose an application for "software" files" is really odd.
Comment 2 Matthias Clasen 2011-01-21 02:23:32 UTC
I have added gtk_app_chooser_dialog_set_heading() now, which lets us override that label. 

Now we just need some good strings.

"Select an application for audio CDs"
"Select an application for video DVDs"
"Select an application to run when a music player is connected"
"Select an application to run when a camera is connected"
"Select an application for software CDs"
etc

?
Comment 3 William Jon McCann 2011-01-24 20:23:03 UTC
So do we need a way to pass that heading in through the appchooserbutton api?  The settings panel doesn't reference the dialog directly.
Comment 4 Matthias Clasen 2011-01-24 21:56:32 UTC
Oh yeah, we do.
Comment 5 Matthias Clasen 2011-01-25 00:27:00 UTC
I've added gtk_app_chooser_button_get/set_heading now.