diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-05 05:31:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-05 05:31:06 +0800 |
commit | c22cb479dbb9879f1b153f391b57e972f53c1b9f (patch) | |
tree | ea08d36b6d6d04b04ea3edca057831c33f3d2cf7 /ChangeLog | |
parent | af3fc43e417a96bc31b5bda39153980486da1ca9 (diff) | |
download | gsoc2013-epiphany-c22cb479dbb9879f1b153f391b57e972f53c1b9f.tar.gz gsoc2013-epiphany-c22cb479dbb9879f1b153f391b57e972f53c1b9f.tar.zst gsoc2013-epiphany-c22cb479dbb9879f1b153f391b57e972f53c1b9f.zip |
Use ngettext to get the Open in New Tab[s]/Window[s] label.
2005-01-04 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-node-view.c:
* lib/widgets/ephy-node-view.h:
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu):
* src/ephy-history-window.c: (ephy_history_window_update_menu):
Use ngettext to get the Open in New Tab[s]/Window[s] label.
2005-01-04 Christian Persch <chpe@cvs.gnome.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2005-01-04 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-node-view.c: + * lib/widgets/ephy-node-view.h: + * src/bookmarks/ephy-bookmarks-editor.c: + (ephy_bookmarks_editor_update_menu): + * src/ephy-history-window.c: (ephy_history_window_update_menu): + + Use ngettext to get the Open in New Tab[s]/Window[s] label. + +2005-01-04 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-notebook.c: (close_button_clicked_cb), (build_tab_label): |