[eog] Bug 628148 — Miscellaneous string fixes



commit 625106acbeb4c7b185f17f8a59e21b658a8627d7
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Aug 27 18:21:16 2010 +0100

    Bug 628148 â?? Miscellaneous string fixes

 data/org.gnome.eog.gschema.xml.in.in |   14 +++++++-------
 src/eog-window.c                     |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/org.gnome.eog.gschema.xml.in.in b/data/org.gnome.eog.gschema.xml.in.in
index b33ffb4..4f6b7b0 100644
--- a/data/org.gnome.eog.gschema.xml.in.in
+++ b/data/org.gnome.eog.gschema.xml.in.in
@@ -14,12 +14,12 @@
     <key name="background-color" type="s">
     	<default>'#000000'</default>
 	<_summary>Background Color</_summary>
-	<_description>The color that is used to fill the area behind the image. If the use-background-color key is not set the color is determined by the active GTK theme instead.</_description>
+	<_description>The color that is used to fill the area behind the image. If the use-background-color key is not set, the color is determined by the active GTK+ theme instead.</_description>
     </key>
     <key name="interpolate" type="b">
       <default>true</default>
       <_summary>Interpolate Image</_summary>
-      <_description>Whether the image should be interpolated on zoom-out. This leads to better quality but is somewhat slower than non  interpolated images.</_description>
+      <_description>Whether the image should be interpolated on zoom-out. This leads to better quality but is somewhat slower than non-interpolated images.</_description>
     </key>
     <key name="extrapolate" type="b">
       <default>true</default>
@@ -29,7 +29,7 @@
     <key name="transparency" enum="org.gnome.eog.EogTransparencyStyle">
       <default>'checked'</default>
       <_summary>Transparency indicator</_summary>
-      <_description>Determines how transparency should be indicated. Valid values are CHECK_PATTERN, COLOR and NONE. If COLOR is choosen, then the trans-color key determines the used color value.</_description>
+      <_description>Determines how transparency should be indicated. Valid values are CHECK_PATTERN, COLOR and NONE. If COLOR is chosen, then the trans-color key determines the color value used.</_description>
     </key>
     <key name="scroll-wheel-zoom" type="b">
       <default>true</default>
@@ -49,7 +49,7 @@
     <key name="use-background-color" type="b">
     	<default>true</default>
 	<_summary>Use a custom background color</_summary>
-	<_description>If this is active the color set by the background-color key will be used to fill the area behind the image. If it is not set the current GTK theme will determine the fill color.</_description>
+	<_description>If this is active, the color set by the background-color key will be used to fill the area behind the image. If it is not set, the current GTK+ theme will determine the fill color.</_description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.eog.fullscreen" path="/apps/eog/full_screen/">
@@ -105,17 +105,17 @@
     <key name="disable-trash-confirmation" type="b">
       <default>false</default>
       <_summary>Trash images without asking</_summary>
-      <_description>If activated Eye of GNOME wont ask for confirmation when moving images to the trash. It will still ask if any of the files cannot be moved to the trash and would be deleted instead.</_description>
+      <_description>If activated, Eye of GNOME won't ask for confirmation when moving images to the trash. It will still ask if any of the files cannot be moved to the trash and would be deleted instead.</_description>
     </key>
     <key name="filechooser-xdg-fallback" type="b">
       <default>true</default>
       <_summary>Whether the file chooser should show the user's pictures folder if no images are loaded.</_summary>
-      <_description>If activated and no image is loaded in the active window, the file chooser will display the user's pictures folder using the XDG special user directories. If deactivated or the pictures folder has not been set up it will show the current working directory.</_description>
+      <_description>If activated and no image is loaded in the active window, the file chooser will display the user's pictures folder using the XDG special user directories. If deactivated or the pictures folder has not been set up, it will show the current working directory.</_description>
     </key>
     <key name="propsdialog-netbook-mode" type="b">
       <default>true</default>
       <_summary>Whether the metadata list in the properties dialog should have its own page.</_summary>
-      <_description>If activated the detailed metadata list in the properties dialog will be moved to its own page in the dialog. This should make the dialog more usable on smaller screens, e.g. as used by netbooks. If disabled the widget will be embedded on the "Metadata" page.</_description>
+      <_description>If activated, the detailed metadata list in the properties dialog will be moved to its own page in the dialog. This should make the dialog more usable on smaller screens, e.g. as used by netbooks. If disabled, the widget will be embedded on the "Metadata" page.</_description>
     </key>
   </schema>
   <schema id="org.gnome.eog.plugins" path="/apps/eog/plugins/">
diff --git a/src/eog-window.c b/src/eog-window.c
index 4ff90a3..63157bf 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -3567,7 +3567,7 @@ static const GtkToggleActionEntry toggle_entries_image[] = {
 	  N_("Show the current image in fullscreen mode"),
 	  G_CALLBACK (eog_window_cmd_fullscreen), FALSE },
 	{ "PauseSlideshow", "media-playback-pause", N_("Pause Slideshow"),
-	  NULL, N_("Pause or resume the slidehow"),
+	  NULL, N_("Pause or resume the slideshow"),
 	  G_CALLBACK (eog_window_cmd_pause_slideshow), FALSE },
 };
 



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