[gthumb] slideshow: always use the term 'presentation' for consistency



commit 5ea6ddbc335104fb1b1a46d3855601a955699454
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Nov 16 17:57:35 2019 +0100

    slideshow: always use the term 'presentation' for consistency

 extensions/slideshow/callbacks.c                       | 2 +-
 extensions/slideshow/data/ui/slideshow-preferences.ui  | 8 ++++----
 extensions/slideshow/gth-slideshow.c                   | 2 +-
 extensions/slideshow/preferences.c                     | 2 +-
 extensions/slideshow/slideshow.extension.desktop.in.in | 4 ++--
 gthumb/gth-application.c                               | 2 +-
 gthumb/gth-main-default-types.c                        | 2 +-
 gthumb/gth-shortcuts-window.c                          | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/extensions/slideshow/callbacks.c b/extensions/slideshow/callbacks.c
index 98d750c9..6932ed30 100644
--- a/extensions/slideshow/callbacks.c
+++ b/extensions/slideshow/callbacks.c
@@ -354,7 +354,7 @@ ss__dlg_catalog_properties (GtkBuilder  *builder,
        gtk_widget_hide (gth_slideshow_preferences_get_widget (GTH_SLIDESHOW_PREFERENCES 
(slideshow_preferences), "transition_box"));
 #endif /* ! HAVE_CLUTTER */
 
-       label = gtk_label_new (_("Slideshow"));
+       label = gtk_label_new (_("Presentation"));
        gtk_widget_show (label);
 
        gtk_notebook_append_page (GTK_NOTEBOOK (_gtk_builder_get_widget (builder, "properties_notebook")), 
slideshow_preferences, label);
diff --git a/extensions/slideshow/data/ui/slideshow-preferences.ui 
b/extensions/slideshow/data/ui/slideshow-preferences.ui
index a5e67b17..8825baa9 100644
--- a/extensions/slideshow/data/ui/slideshow-preferences.ui
+++ b/extensions/slideshow/data/ui/slideshow-preferences.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.22.1 -->
 <interface>
   <requires lib="gtk+" version="3.0"/>
   <object class="GtkAdjustment" id="delay_adjustment">
@@ -42,9 +42,9 @@
                   <object class="GtkLabel" id="label3">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="xalign">0</property>
                     <property name="label" translatable="yes">_Personalize</property>
                     <property name="use_underline">True</property>
+                    <property name="xalign">0</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
                     </attributes>
@@ -61,8 +61,8 @@
               <object class="GtkLabel" id="slideshow_label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
+                <property name="label" translatable="yes">Presentation</property>
                 <property name="xalign">0</property>
-                <property name="label" translatable="yes">Slideshow</property>
                 <attributes>
                   <attribute name="weight" value="bold"/>
                 </attributes>
@@ -243,8 +243,8 @@
           <object class="GtkLabel" id="label1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="xalign">0</property>
             <property name="label" translatable="yes">Playlist</property>
+            <property name="xalign">0</property>
             <attributes>
               <attribute name="weight" value="bold"/>
             </attributes>
diff --git a/extensions/slideshow/gth-slideshow.c b/extensions/slideshow/gth-slideshow.c
index 30935c94..1b6c8b32 100644
--- a/extensions/slideshow/gth-slideshow.c
+++ b/extensions/slideshow/gth-slideshow.c
@@ -281,7 +281,7 @@ view_next_image_automatically (GthSlideshow *self)
        if (self->priv->automatic && ! self->priv->paused)
                gth_screensaver_inhibit (self->priv->screensaver,
                                         GTK_WINDOW (self),
-                                        _("Playing slideshow"));
+                                        _("Playing a presentation"));
        else
                gth_screensaver_uninhibit (self->priv->screensaver);
 
diff --git a/extensions/slideshow/preferences.c b/extensions/slideshow/preferences.c
index 4f46612a..c951ed5b 100644
--- a/extensions/slideshow/preferences.c
+++ b/extensions/slideshow/preferences.c
@@ -139,7 +139,7 @@ ss__dlg_preferences_construct_cb (GtkWidget  *dialog,
                          G_CALLBACK (change_delay_spinbutton_value_changed_cb),
                          data);
 
-       label = gtk_label_new (_("Slideshow"));
+       label = gtk_label_new (_("Presentation"));
        gtk_widget_show (label);
 
        gtk_notebook_append_page (GTK_NOTEBOOK (notebook), data->preferences_page, label);
diff --git a/extensions/slideshow/slideshow.extension.desktop.in.in 
b/extensions/slideshow/slideshow.extension.desktop.in.in
index 467ec0ca..9808534c 100644
--- a/extensions/slideshow/slideshow.extension.desktop.in.in
+++ b/extensions/slideshow/slideshow.extension.desktop.in.in
@@ -1,6 +1,6 @@
 [Extension]
-Name=Slideshow
-Comment=View images as a slideshow.
+Name=Presentation
+Comment=Play a presentation of images.
 Authors=gthumb development team
 Copyright=Copyright © 2008-2013 The Free Software Foundation, Inc.
 Version=@GTHUMB_VERSION@
diff --git a/gthumb/gth-application.c b/gthumb/gth-application.c
index 7e06a174..6bee7c89 100644
--- a/gthumb/gth-application.c
+++ b/gthumb/gth-application.c
@@ -57,7 +57,7 @@ static const GOptionEntry options[] = {
          0 },
 
        { "slideshow", 's', 0, G_OPTION_ARG_NONE, &StartSlideshow,
-         N_("Automatically start a slideshow"),
+         N_("Automatically start a presentation"),
          0 },
 
        { "import-photos", 'i', 0, G_OPTION_ARG_NONE, &ImportPhotos,
diff --git a/gthumb/gth-main-default-types.c b/gthumb/gth-main-default-types.c
index fb95e287..2b03705d 100644
--- a/gthumb/gth-main-default-types.c
+++ b/gthumb/gth-main-default-types.c
@@ -40,7 +40,7 @@ static GthShortcutCategory shortcut_categories[] = {
        { GTH_SHORTCUT_CATEGORY_NAVIGATION, N_("Navigation"), 15 },
        { GTH_SHORTCUT_CATEGORY_FILE_MANAGER, N_("File Manager"), 10 },
        { GTH_SHORTCUT_CATEGORY_VIEWER, N_("Viewer"), 20 },
-       { GTH_SHORTCUT_CATEGORY_SLIDESHOW, N_("Slideshow"), 21 }
+       { GTH_SHORTCUT_CATEGORY_SLIDESHOW, N_("Presentation"), 21 }
 };
 
 
diff --git a/gthumb/gth-shortcuts-window.c b/gthumb/gth-shortcuts-window.c
index 4f660386..284f735e 100644
--- a/gthumb/gth-shortcuts-window.c
+++ b/gthumb/gth-shortcuts-window.c
@@ -38,7 +38,7 @@ typedef struct {
 static ContextInfo contexts[] = {
        { GTH_SHORTCUT_CONTEXT_BROWSER, "browser", N_("Browser") },
        { GTH_SHORTCUT_CONTEXT_VIEWER, "viewer", N_("Viewer") },
-       //{ GTH_SHORTCUT_CONTEXT_SLIDESHOW, "slideshow", N_("Slideshow") }
+       //{ GTH_SHORTCUT_CONTEXT_SLIDESHOW, "slideshow", N_("Presentation") }
 };
 
 


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