Author: akv
Date: 2010-12-30 20:29:32 +0100 (Thu, 30 Dec 2010)
New Revision: 3754
Modified:
trunk/src/rs-actions.c
Log:
Missing gettext.
Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c 2010-12-30 19:28:58 UTC (rev 3753)
+++ trunk/src/rs-actions.c 2010-12-30 19:29:32 UTC (rev 3754)
@@ -1283,7 +1283,7 @@
{ "BatchMenu", NULL, _("_Batch"), NULL, NULL, ACTION_CB(batch_menu) },
{ "HelpMenu", NULL, _("_Help") },
{ "PreviewPopup", NULL, NULL, NULL, NULL, ACTION_CB(preview_popup) },
- { "SnapshotMenu", NULL, "_Snapshot" },
+ { "SnapshotMenu", NULL, _("_Snapshot") },
/* File menu */
{ "Open", GTK_STOCK_OPEN, _("_Open Directory"), "<control>O", NULL,
ACTION_CB(open) },
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit