[gthumb] added some missing descriptions
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] added some missing descriptions
- Date: Wed, 14 Apr 2010 18:39:48 +0000 (UTC)
commit 55d4686d928dfb32b3b4283a602d9cf6e3d6ec39
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Apr 14 20:37:27 2010 +0200
added some missing descriptions
[bug #615441]
gthumb/gth-browser-actions-entries.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gthumb/gth-browser-actions-entries.h b/gthumb/gth-browser-actions-entries.h
index a28e4c7..f29e1c3 100644
--- a/gthumb/gth-browser-actions-entries.h
+++ b/gthumb/gth-browser-actions-entries.h
@@ -99,12 +99,12 @@ static GtkActionEntry gth_browser_action_entries[] = {
{ "View_Stop", GTK_STOCK_STOP,
NULL, "Escape",
- NULL,
+ N_("Stop loading the current location"),
G_CALLBACK (gth_browser_activate_action_view_stop) },
{ "View_Reload", GTK_STOCK_REFRESH,
NULL, "<control>R",
- NULL,
+ N_("Reload the current location"),
G_CALLBACK (gth_browser_activate_action_view_reload) },
{ "View_Prev", GTK_STOCK_GO_UP,
@@ -119,12 +119,12 @@ static GtkActionEntry gth_browser_action_entries[] = {
{ "View_Fullscreen", GTK_STOCK_FULLSCREEN,
NULL, "F11",
- NULL,
+ N_("Switch to fullscreen"),
G_CALLBACK (gth_browser_activate_action_view_fullscreen) },
{ "View_Leave_Fullscreen", GTK_STOCK_LEAVE_FULLSCREEN,
NULL, NULL,
- NULL,
+ N_("Leave Fullscreen"),
G_CALLBACK (gth_browser_activate_action_view_fullscreen) },
{ "Go_Back", GTK_STOCK_GO_BACK,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]