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 610000 - panel_toplevel_construct_description should provide less technical descriptions
panel_toplevel_construct_description should provide less technical descriptions
Status: RESOLVED OBSOLETE
Product: gnome-panel
Classification: Other
Component: panel
unspecified
Other All
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-15 15:29 UTC by Willie Walker
Modified: 2020-11-06 20:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Descriptive names for default panels (935 bytes, patch)
2010-02-16 06:26 UTC, Arky
none Details | Review
panel switcher screenshot (27.64 KB, image/png)
2010-02-23 13:51 UTC, Arky
  Details
Correcting the patch (1.03 KB, patch)
2010-03-10 15:01 UTC, Arky
none Details | Review

Description Willie Walker 2010-02-15 15:29:21 UTC
panel-toplevel.c:panel_toplevel_construct_description is responsible for creating these strings:

	/* translators: these string will be shown in MetaCity's switch window
	 * popup when you pass the focus to a panel */
			N_("Top Expanded Edge Panel"),
			N_("Top Centered Panel"),
	     		N_("Top Floating Panel"),
	     		N_("Top Edge Panel"),
		},

		{
			N_("Bottom Expanded Edge Panel"),
	     		N_("Bottom Centered Panel"),
	     		N_("Bottom Floating Panel"),
	     		N_("Bottom Edge Panel"),
		},

		{
			N_("Left Expanded Edge Panel"),
			N_("Left Centered Panel"),
			N_("Left Floating Panel"),
			N_("Left Edge Panel"),
		},

		{
			N_("Right Expanded Edge Panel"),
			N_("Right Centered Panel"),
			N_("Right Floating Panel"),
			N_("Right Edge Panel"),
		},

Users have complained that these strings are too technical.  I'm not sure I have any great ideas, but maybe just calling them "Top Panel", "Bottom Panel", "Right Panel", and "Left Panel" might be less "jargony" while still remaining sufficiently descriptive?
Comment 1 Arky 2010-02-16 06:26:46 UTC
Created attachment 153898 [details] [review]
Descriptive names for default panels

The default panels in gnome desktop are 'edge expanded' so we can simply drop those words as its implied.


The blind screen reader users would find this more intuitive.
Comment 2 Arky 2010-02-23 09:23:07 UTC
Can someone review the patch and apply it !
Comment 3 Arky 2010-02-23 13:51:54 UTC
Created attachment 154496 [details]
panel switcher screenshot

Patch tested and looks great
Comment 4 Arky 2010-03-10 15:01:40 UTC
Created attachment 155754 [details] [review]
Correcting the patch
Comment 5 Mesar Hameed 2010-06-05 00:13:52 UTC
bump
Comment 6 Arky 2010-07-05 10:29:28 UTC
Can you please review and commit this patch
Comment 7 André Klapper 2020-11-06 20:21:09 UTC
bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing all old bug reports in Bugzilla which have not seen updates for many years.

If you can still reproduce this issue in a currently supported version of GNOME (currently that would be 3.38), then please feel free to report it at https://gitlab.gnome.org/GNOME/gnome-panel/-/issues/

Thank you for reporting this issue and we are sorry it could not be fixed.