[virt-manager PATCH 16/21] Revert "gfxdetails: Don't mark OpenGL as translatable"

Pino Toscano ptoscano at redhat.com
Mon Jul 13 08:25:54 UTC 2020


While "OpenGL" itself is a proper name, make it translatable so it can
be translated/translitterated in case it needs to be.

Also the whole string includes the colon, so it must be translatable
also to properly localize it.

This reverts commit e7e7eee2871c850f60cecca66c6289f54e5eba7c.
---
 ui/gfxdetails.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/gfxdetails.ui b/ui/gfxdetails.ui
index d1e5f09e..7647ac4b 100644
--- a/ui/gfxdetails.ui
+++ b/ui/gfxdetails.ui
@@ -303,7 +303,7 @@
         <property name="can_focus">False</property>
         <property name="halign">end</property>
         <property name="valign">start</property>
-        <property name="label">Open_GL:</property>
+        <property name="label" translatable="yes">Open_GL:</property>
         <property name="use_underline">True</property>
         <property name="mnemonic_widget">graphics-opengl</property>
       </object>
-- 
2.26.2




More information about the virt-tools-list mailing list