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 676896 - Make the about dialog and window titles consistent
Make the about dialog and window titles consistent
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-26 19:39 UTC by William Jon McCann
Modified: 2012-05-27 16:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make the about dialog and window titles consistent (3.10 KB, patch)
2012-05-26 19:39 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2012-05-26 19:39:33 UTC
We aren't using the user visible application name. We should be.
Comment 1 William Jon McCann 2012-05-26 19:39:34 UTC
Created attachment 215058 [details] [review]
Make the about dialog and window titles consistent

with the user visible application name.
Comment 2 Cosimo Cecchi 2012-05-27 02:41:48 UTC
Review of attachment 215058 [details] [review]:

Looks good

::: src/nautilus-window.c
@@ +2663,3 @@
 	 */
 	copyright_str = g_strdup_printf (_("Copyright \xC2\xA9 %Id\xE2\x80\x93%Id "
+					   "The Files authors"), 1999, g_date_time_get_year (date));

"The Files authors" sounds a bit strange, but I can't really think of anything better...
Comment 3 William Jon McCann 2012-05-27 16:04:32 UTC
Attachment 215058 [details] pushed as c50303c - Make the about dialog and window titles consistent