[evince] Fix capitalization in a menu item
- From: Adam Dingle <adamd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Fix capitalization in a menu item
- Date: Sun, 5 May 2013 16:10:49 +0000 (UTC)
commit f8c1c7e33e01774d05d959dbf5c9aea52d862b57
Author: Adam Dingle <adam yorba org>
Date: Sun May 5 12:09:14 2013 -0400
Fix capitalization in a menu item
https://bugzilla.gnome.org/show_bug.cgi?id=699108
shell/ev-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 85480a4..88c19c9 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5919,7 +5919,7 @@ static const GtkToggleActionEntry toggle_entries[] = {
{ "ViewDual", EV_STOCK_VIEW_DUAL, N_("_Dual"), NULL,
N_("Show two pages at once"),
G_CALLBACK (ev_window_cmd_dual), FALSE },
- { "ViewDualOddLeft", NULL, N_("_Odd pages left"), NULL,
+ { "ViewDualOddLeft", NULL, N_("_Odd Pages Left"), NULL,
N_("Show odd pages on the left in dual mode"),
G_CALLBACK (ev_window_cmd_dual_odd_pages_left), FALSE },
{ "ViewFullscreen", GTK_STOCK_FULLSCREEN, N_("_Fullscreen"), "F11",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]