[vinagre] Added a comment for translators.



commit a3544bcb713f6c4977fbb78cc5a79b0d82a0e4cb
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Apr 27 21:49:38 2010 -0300

    Added a comment for translators.
    
    Closes #617003.

 vinagre/vinagre-tab.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vinagre/vinagre-tab.c b/vinagre/vinagre-tab.c
index bab5c19..bcfb102 100644
--- a/vinagre/vinagre-tab.c
+++ b/vinagre/vinagre-tab.c
@@ -831,6 +831,7 @@ vinagre_tab_take_screenshot (VinagreTab *tab)
 
   name = vinagre_connection_get_best_name (tab->priv->conn);
   suggested_filename = g_string_new (NULL);
+  /* Translators: This is the suggested filename (in save dialog) when taking a screenshot of the connection. %s will be replaced by the friendly name of the connection, for instance: Screenshot of wendell wendell-laptop, or Screenshot of 200.100.100.123 */
   g_string_printf (suggested_filename, _("Screenshot of %s"), name);
   g_string_append (suggested_filename, ".png");
   g_free (name);



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