[gnome-disk-utility] Bug 585388 – Translation comment needed "Operations should go here"



commit 5f20d7b93f825c3548c07208f422f9a7e0395663
Author: David Zeuthen <davidz redhat com>
Date:   Mon Jun 15 12:40:35 2009 -0400

    Bug 585388 â?? Translation comment needed "Operations should go here"
    
    Remove this string and make a mental note not to add more transient
    strings like this.

 src/playground/grid/gdu-grid-details.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/playground/grid/gdu-grid-details.c b/src/playground/grid/gdu-grid-details.c
index d8a9797..1e1cd16 100644
--- a/src/playground/grid/gdu-grid-details.c
+++ b/src/playground/grid/gdu-grid-details.c
@@ -102,7 +102,7 @@ gdu_grid_details_constructed (GObject *object)
                 details->priv->table_value_label[row] = label;
         }
 
-        label = gtk_label_new (_("Operations should go here"));
+        label = gtk_label_new ("Operations should go here");
         gtk_box_pack_start (GTK_BOX (hbox), label, TRUE, TRUE, 0);
 
         gtk_container_add (GTK_CONTAINER (details), hbox);



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