[anjuta] document-manager: small typo.
- From: Massimo Cora' <mcora src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] document-manager: small typo.
- Date: Sat, 22 Jan 2011 17:13:25 +0000 (UTC)
commit dcb53a59723e98b971a0f9571a6ab4f28b76e78e
Author: Massimo Corà <mcora src gnome org>
Date: Sun Jan 16 16:09:55 2011 +0100
document-manager: small typo.
plugins/document-manager/plugin.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/document-manager/plugin.c b/plugins/document-manager/plugin.c
index 28cf0b6..714ee31 100644
--- a/plugins/document-manager/plugin.c
+++ b/plugins/document-manager/plugin.c
@@ -162,8 +162,8 @@ static GtkActionEntry actions_file[] = {
{ "ActionFileCloseAll", GTK_STOCK_CLOSE, N_("Close All"), "<shift><control>w",
N_("Close all files"),
G_CALLBACK (on_close_all_file_activate)},
- { "ActionFileCloseOther", GTK_STOCK_CLOSE, N_("Close Other"), "<shift><control>o",
- N_("Close other documents"),
+ { "ActionFileCloseOther", GTK_STOCK_CLOSE, N_("Close Others"), "<shift><control>o",
+ N_("Close others documents"),
G_CALLBACK (on_close_other_file_activate)},
{ "ActionFileReload", GTK_STOCK_REVERT_TO_SAVED, N_("Reload F_ile"), NULL,
N_("Reload current file"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]