[gnome-terminal] Make the string „Switch to Tab % s” translatable



commit 7d63ba2f3ee5d8dd08efbe13f591852fdd32bdd8
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Tue Aug 26 01:54:30 2014 +0300

    Make the string „Switch to Tab %s” translatable

 src/terminal-accels.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-accels.c b/src/terminal-accels.c
index b01d522..8a036ce 100644
--- a/src/terminal-accels.c
+++ b/src/terminal-accels.c
@@ -318,7 +318,7 @@ terminal_accels_init (GApplication *application,
       if (tabs_entries[i].user_visible_name != NULL)
         continue;
 
-      name = g_strdup_printf (N_("Switch to Tab %d"), j++);
+      name = g_strdup_printf (_("Switch to Tab %d"), j++);
       tabs_entries[i].user_visible_name = g_intern_string (name);
     }
 


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