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 308856 - Confusing string
Confusing string
Status: RESOLVED FIXED
Product: gnome-volume-manager
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Robert Love
Robert Love
Depends on:
Blocks:
 
 
Reported: 2005-06-23 23:42 UTC by Adam Weinberger
Modified: 2005-08-03 19:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Weinberger 2005-06-23 23:42:29 UTC
#: src/manager.c:194                                                            
msgid ""                                                                        
"There are both audio tracks and data files on the inserted disc. Would you "   
"like to play the audio tracks to listen to music or browse the files to "      
"manage the stored data."

This string is a bit confusing. The last sentence has too many words without punctuation, and it ends 
with a period even though it's a question. To make it easier to read, I'd advise the following:

"There are both audio tracks and data files on the inserted disc. Would you "
"like to play the audio tracks (listen to music), or browse the files (manage "
"the stored data)?"
Comment 1 Jeffrey Stedfast 2005-07-18 20:20:32 UTC
I agree the current strings are kinda wordy/confusing. adding Anna's team to the
Cc, maybe her team can either agree that your string change is good or suggest
another alternative.
Comment 2 Rodney Dawes 2005-07-18 20:59:58 UTC
How about:

"This compact disc contains both audio and data. What would you like to do?"

and have the buttons be [Cancel] [Browse Disc] [Play CD] or something?
Comment 3 Jeffrey Stedfast 2005-08-03 19:27:34 UTC
fixed in CVS to use dobey's suggestion