[gtk+] gtkplacesview.ui: Remove translatable from server label helper



commit 72d13535b756d9bfc9e778b9dec467de43c19c7a
Author: Carlos Soriano <csoriano gnome org>
Date:   Sat Apr 22 21:53:45 2017 +0200

    gtkplacesview.ui: Remove translatable from server label helper
    
    Translating it seems pointless if we can use a non-translatable example
    such as gnome.org instead of foo.example.com.
    
    This will help to make changes in here without breaking string freeze.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781622

 gtk/ui/gtkplacesview.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/ui/gtkplacesview.ui b/gtk/ui/gtkplacesview.ui
index 2c7b4e4..5d95890 100644
--- a/gtk/ui/gtkplacesview.ui
+++ b/gtk/ui/gtkplacesview.ui
@@ -50,7 +50,7 @@
         <child>
           <object class="GtkLabel">
             <property name="hexpand">1</property>
-            <property name="label" translatable="yes">smb://foo.example.com, ssh://192.168.0.1, 
ftp://[2001:db8::1]</property>
+            <property name="label">smb://gnome.org, ssh://192.168.0.1, ftp://[2001:db8::1]</property>
             <property name="wrap">1</property>
             <property name="width-chars">40</property>
             <property name="max-width-chars">40</property>


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