diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2013-12-10 01:43:02 +0800 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2013-12-28 09:59:31 +0800 |
commit | e6b830dbe26a16407beba356eefdf85f79da9f2a (patch) | |
tree | 4ba7426cbe61d59b83be031cb38c64044a0156f2 /src | |
parent | 41d6dccc6ecdb3cf13ffd43533e612c2b71b71d7 (diff) | |
download | gsoc2013-empathy-e6b830dbe26a16407beba356eefdf85f79da9f2a.tar gsoc2013-empathy-e6b830dbe26a16407beba356eefdf85f79da9f2a.tar.gz gsoc2013-empathy-e6b830dbe26a16407beba356eefdf85f79da9f2a.tar.bz2 gsoc2013-empathy-e6b830dbe26a16407beba356eefdf85f79da9f2a.tar.lz gsoc2013-empathy-e6b830dbe26a16407beba356eefdf85f79da9f2a.tar.xz gsoc2013-empathy-e6b830dbe26a16407beba356eefdf85f79da9f2a.tar.zst gsoc2013-empathy-e6b830dbe26a16407beba356eefdf85f79da9f2a.zip |
app menu: standardize Help/About/Quit
We're going to use simply "About" instead of "About Empathy"
https://wiki.gnome.org/Design/HIG/ApplicationMenus
https://bugzilla.gnome.org/show_bug.cgi?id=720114
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-roster-window-menubar.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-roster-window-menubar.ui b/src/empathy-roster-window-menubar.ui index 44c67d07a..f364d797a 100644 --- a/src/empathy-roster-window-menubar.ui +++ b/src/empathy-roster-window-menubar.ui @@ -86,7 +86,7 @@ <attribute name="accel">F1</attribute> </item> <item> - <attribute translatable="yes" name="label">About Empathy</attribute> + <attribute translatable="yes" name="label">About</attribute> <attribute name="action">win.help_about</attribute> </item> <item> |