[gimp-gap] Marked user visible messages for translation



commit cbac7de319043cdd46283d49c2ddd3c25370b4cf
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sat Dec 3 22:14:17 2011 +0400

    Marked user visible messages for translation

 gap/gap_player_dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gap/gap_player_dialog.c b/gap/gap_player_dialog.c
index cb414e0..e42f1b2 100644
--- a/gap/gap_player_dialog.c
+++ b/gap/gap_player_dialog.c
@@ -6511,7 +6511,7 @@ p_new_audioframe(GapPlayerMainGlobalParams *gpp)
 
   if (gap_debug) printf("p_new_audioframe\n");
 
-  frame0a = gimp_frame_new ("Audio Playback Settings");
+  frame0a = gimp_frame_new (_("Audio Playback Settings"));
 
   /* the vbox */
   vbox1 = gtk_vbox_new (FALSE, 0);
@@ -7064,7 +7064,7 @@ p_new_configframe(GapPlayerMainGlobalParams *gpp)
 
   if (gap_debug) printf("p_new_configframe\n");
 
-  frame0c = gimp_frame_new ("Playback Preferences");
+  frame0c = gimp_frame_new (_("Playback Preferences"));
 
   /* the vbox */
   vbox1 = gtk_vbox_new (FALSE, 0);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]