gtkplacesview.ui: Remove translatable from server label helper
authorCarlos Soriano <csoriano@gnome.org>
Sat, 22 Apr 2017 19:38:39 +0000 (21:38 +0200)
committerCarlos Soriano <csoriano@gnome.org>
Sat, 22 Apr 2017 19:41:29 +0000 (21:41 +0200)
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

index 97740498522e0e9fa8504ade8eb3599fffc0f87f..910c733eb3335edc9be1eb29e0ba69892283d93f 100644 (file)
@@ -54,7 +54,7 @@
           <object class="GtkLabel">
             <property name="visible">1</property>
             <property name="hexpand">1</property>
-            <property name="label" translatable="yes">smb://foo.example.com, ssh://192.168.0.1</property>
+            <property name="label">smb://gnome.org, ssh://192.168.0.1</property>
             <property name="wrap">1</property>
             <property name="width-chars">40</property>
             <property name="max-width-chars">40</property>