[gnome-boxes/wip/snapshot-config-changes: 6/6] machine-config-editor: Update infobar text




commit b78a25e1e5b38bc7910a5d6c52dc7c528dae467d
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Oct 9 14:29:59 2020 +0200

    machine-config-editor: Update infobar text
    
    Inform that Boxes will attempt to create a snapshot before applying
    config changes, enabling users to revert the changes.

 data/ui/machine-config-editor.ui | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/machine-config-editor.ui b/data/ui/machine-config-editor.ui
index 9ee7b9be..36994319 100644
--- a/data/ui/machine-config-editor.ui
+++ b/data/ui/machine-config-editor.ui
@@ -28,7 +28,7 @@
                 <child>
                   <object class="GtkImage">
                     <property name="visible">True</property>
-                    <property name="icon-name">dialog-warning-symbolic</property>
+                    <property name="icon-name">dialog-information-symbolic</property>
                     <property name="icon-size">3</property>
                     <property name="pixel-size">48</property>
                   </object>
@@ -37,8 +37,7 @@
                 <child>
                   <object class="GtkLabel">
                     <property name="visible">True</property>
-                    <property name="label" translatable="yes">Modifying a virtual machine's configuration 
can cause an installed operating system to malfunction.
-Making a snapshot before performing major changes is advised.</property>
+                    <property name="label" translatable="yes">Boxes snapshots your virtual machine before 
applying changes allowing you to revert them.</property>
                     <property name="wrap">True</property>
                     <property name="halign">start</property>
                     <property name="hexpand">True</property>


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