[simple-scan] Issue #143 - Change "Photo" to "Image"



commit 94fd393fcbda251fbb4aeac74b4d458d48ba0744
Author: Sabri Ünal <libreajans gmail com>
Date:   Sun Jan 5 23:11:20 2020 +0000

    Issue #143 - Change "Photo" to "Image"

 data/org.gnome.SimpleScan.gschema.xml | 4 ++--
 data/simple-scan.appdata.xml.in       | 4 ++--
 src/preferences-dialog.ui             | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/org.gnome.SimpleScan.gschema.xml b/data/org.gnome.SimpleScan.gschema.xml
index 4bf23ff..82e3b90 100644
--- a/data/org.gnome.SimpleScan.gschema.xml
+++ b/data/org.gnome.SimpleScan.gschema.xml
@@ -47,8 +47,8 @@
     </key>
     <key name="photo-dpi" type="i">
       <default>300</default>
-      <summary>Resolution for photo scans</summary>
-      <description>The resolution in dots-per-inch to use when scanning photos.</description>
+      <summary>Resolution for image scans</summary>
+      <description>The resolution in dots-per-inch to use when scanning images.</description>
     </key>
     <key name="page-side" enum="org.gnome.SimpleScan.PageSide">
       <default>'both'</default>
diff --git a/data/simple-scan.appdata.xml.in b/data/simple-scan.appdata.xml.in
index cacab84..2fdeead 100644
--- a/data/simple-scan.appdata.xml.in
+++ b/data/simple-scan.appdata.xml.in
@@ -7,8 +7,8 @@
   <summary>Scan Documents</summary>
   <description>
     <p>
-      A really easy way to scan both documents and photos.
-      You can crop out the bad parts of a photo and rotate it if it is the wrong way round.
+      A really easy way to scan both text and images.
+      You can crop out the bad parts of an image and rotate it if it is the wrong way round.
       You can print your scans, export them to pdf, or save them in a range of image formats.
     </p>
     <p>
diff --git a/src/preferences-dialog.ui b/src/preferences-dialog.ui
index c516222..63d06e0 100644
--- a/src/preferences-dialog.ui
+++ b/src/preferences-dialog.ui
@@ -319,7 +319,7 @@
                     <child>
                       <object class="GtkLabel" id="photo_dpi_label">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes" comments="Label beside scan resolution 
combo box">_Photo Resolution</property>
+                        <property name="label" translatable="yes" comments="Label beside scan resolution 
combo box">_Image Resolution</property>
                         <property name="use_underline">True</property>
                         <property name="mnemonic_widget">photo_dpi_combo</property>
                         <property name="xalign">1</property>


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