[Xfce4-commits] <ristretto:ristretto-0.0> Mark missing strings as translatable (Bug #6303)

Stephan Arts noreply at xfce.org
Sun Oct 23 19:28:53 CEST 2011


Updating branch refs/heads/ristretto-0.0
         to f529ab4578e71917841cc2e1d095e3243bc06808 (commit)
       from df67a021054d837197731450283d79995eab8546 (commit)

commit f529ab4578e71917841cc2e1d095e3243bc06808
Author: Stephan Arts <stephan at xfce.org>
Date:   Mon Nov 15 20:16:36 2010 +0100

    Mark missing strings as translatable (Bug #6303)

 src/main_window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main_window.c b/src/main_window.c
index c84d3d8..c4f9bb6 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -441,8 +441,8 @@ rstto_main_window_init (RsttoMainWindow *window)
 
 
     /* Create Play/Pause Slideshow actions */
-    window->priv->play_action = gtk_action_new ("play", "_Play", "Play slideshow", GTK_STOCK_MEDIA_PLAY);
-    window->priv->pause_action = gtk_action_new ("pause", "_Pause", "Pause slideshow", GTK_STOCK_MEDIA_PAUSE);
+    window->priv->play_action = gtk_action_new ("play", N_("_Play"), N_("Play slideshow"), GTK_STOCK_MEDIA_PLAY);
+    window->priv->pause_action = gtk_action_new ("pause", N_("_Pause"), N_("Pause slideshow"), GTK_STOCK_MEDIA_PAUSE);
 
     /* Create Recently used items Action */
     window->priv->recent_action = gtk_recent_action_new_for_manager ("document-open-recent", N_("_Recently used"), N_("Recently used"), 0, GTK_RECENT_MANAGER(window->priv->recent_manager));


More information about the Xfce4-commits mailing list