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 309872 - Ambiguous string
Ambiguous string
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
HEAD
Other All
: Normal trivial
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-09 06:36 UTC by Adam Weinberger
Modified: 2005-07-11 16:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Weinberger 2005-07-09 06:36:30 UTC
#: sources/rb-playlist-source-recorder.c:908                                                                                                                           
msgid "Unknown media, CD drive is busy"

This message doesn't make much sense. The comma in there implies causation,
as in "unknown media because CD drive is busy."

Either these are two separate statements, and they should be separated; or they
are somehow related, and that relation should be made clearer.

To separate, I'd suggest "Unknown media, or CD drive is busy".

To relate them, I'd suggest "Could not determine media type because CD drive is busy."

Joining phrases with a comma for lack of stronger punctuation leeds to confusion ::/
Comment 1 William Jon McCann 2005-07-11 16:50:45 UTC
They are related so I changed it to match your last suggestion.  Thanks!

Also updated the original copy in nautilus-cd-burner.

2005-07-11  William Jon McCann  <mccann@jhu.edu>

	* sources/rb-playlist-source-recorder.c
(_nautilus_burn_drive_media_type_get_string):
	Fix ambiguous string.  (Closes: #309872)