diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-04-16 22:50:30 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-04-18 04:24:15 +0800 |
commit | e5771050285335cb81784ef6a27ccba49026c79a (patch) | |
tree | c8dbf2b0004bcc063a50bdb00f153c0b8b2c0868 | |
parent | 301dc0af406dc04b07e989771c08f18a00bea6e7 (diff) | |
download | gsoc2013-empathy-e5771050285335cb81784ef6a27ccba49026c79a.tar gsoc2013-empathy-e5771050285335cb81784ef6a27ccba49026c79a.tar.gz gsoc2013-empathy-e5771050285335cb81784ef6a27ccba49026c79a.tar.bz2 gsoc2013-empathy-e5771050285335cb81784ef6a27ccba49026c79a.tar.lz gsoc2013-empathy-e5771050285335cb81784ef6a27ccba49026c79a.tar.xz gsoc2013-empathy-e5771050285335cb81784ef6a27ccba49026c79a.tar.zst gsoc2013-empathy-e5771050285335cb81784ef6a27ccba49026c79a.zip |
Remove the New in Join New... menu item
As the the dialog doesn't necessarily create a new room, it makes no sens.
-rw-r--r-- | src/empathy-main-window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 4aa225493..cd45bc7d7 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -88,7 +88,7 @@ <child> <object class="GtkAction" id="room_join_new"> <property name="name">room_join_new</property> - <property name="label" translatable="yes">Join _New...</property> + <property name="label" translatable="yes">_Join...</property> </object> </child> <child> |