[gnome-boxes/gnome-3-10] Add missing translation marker



commit e7ad5f2c0bd051c8499ec20986ec11a839c30fb4
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed Dec 11 14:22:07 2013 +0100

    Add missing translation marker
    
    During the port away from stock items, one of the newly added string was
    not marked for translation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720253

 src/app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 87cba6d..f6599fd 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -863,7 +863,7 @@ private class Boxes.App: Boxes.UI {
             }
         };
 
-        notificationbar.display_for_action (message, "_Undo", (owned) undo, (owned) really_remove);
+        notificationbar.display_for_action (message, _("_Undo"), (owned) undo, (owned) really_remove);
     }
 
     private bool on_key_pressed (Widget widget, Gdk.EventKey event) {


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