[evolution-rss] Fixed typos in strings. Fixes bug #684120



commit f53d89b902cadc152990372a18a5aeeda2bf6e27
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun Oct 28 20:02:55 2012 +0100

    Fixed typos in strings. Fixes bug #684120

 evolution-rss.desktop.in.in           |    2 +-
 src/e-mail-formatter-evolution-rss.c  |    2 +-
 src/evolution-rss.schemas.in.in       |   18 +++++++++---------
 src/org-gnome-evolution-rss.eplug.xml |    2 +-
 4 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/evolution-rss.desktop.in.in b/evolution-rss.desktop.in.in
index b80f162..606bc66 100644
--- a/evolution-rss.desktop.in.in
+++ b/evolution-rss.desktop.in.in
@@ -2,7 +2,7 @@
 [Desktop Entry]
 Name=Evolution RSS
 _GenericName=Evolution RSS Reader
-_Comment=Evolution plugin that enables Evolution Mail to display rss feeds.
+_Comment=Evolution plugin that enables Evolution Mail to display RSS feeds.
 Exec= prefix@/bin/evolution-import-rss
 Icon=evolution
 StartupNotify=true
diff --git a/src/e-mail-formatter-evolution-rss.c b/src/e-mail-formatter-evolution-rss.c
index 07ebe91..b76dc8c 100644
--- a/src/e-mail-formatter-evolution-rss.c
+++ b/src/e-mail-formatter-evolution-rss.c
@@ -134,7 +134,7 @@ emfe_evolution_rss_get_display_name (EMailFormatterExtension *extension)
 static const gchar *
 emfe_evolution_rss_get_description (EMailFormatterExtension *extension)
 {
-	return _("Displaying rss feed arcticles");
+	return _("Displaying RSS feed arcticles");
 }
 
 static const gchar **
diff --git a/src/evolution-rss.schemas.in.in b/src/evolution-rss.schemas.in.in
index 6d684a5..75e61b9 100644
--- a/src/evolution-rss.schemas.in.in
+++ b/src/evolution-rss.schemas.in.in
@@ -25,7 +25,7 @@
         <short>Display article's summary</short>
         <long>
     	    Evolution will show article's summary instead of article's
-    	    webpage. Summary can also be html.
+    	    webpage. Summary can also be HTML.
         </long>
       </locale>
     </schema>
@@ -66,7 +66,7 @@
       <type>int</type>
       <default>0</default>
       <locale name="C">
-        <short>Html render</short>
+        <short>HTML render</short>
         <long>
     	    Type HTML Render used to display html pages.
         </long>
@@ -194,7 +194,7 @@
 	<locale name="C">
 		<short>Scan web pages for RSS</short>
 		<long>
-			Evolution RSS will scan web pages for rss content
+			Evolution RSS will scan web pages for RSS content
 		</long>
 	</locale>
 </schema>
@@ -222,7 +222,7 @@
 	<locale name="C">
 		<short>Limit enclosure size</short>
 		<long>
-			Limit maximum enclosure size evolution will download.
+			Limit maximum enclosure size Evolution will download.
 		</long>
 	</locale>
 </schema>
@@ -236,7 +236,7 @@
 	<locale name="C">
 		<short>Max enclosure size</short>
 		<long>
-			Limit maximum enclosure size evolution will download.
+			Limit maximum enclosure size Evolution will download.
 		</long>
 	</locale>
 </schema>
@@ -292,8 +292,8 @@
       <locale name="C">
         <short>Password for proxy server</short>
         <long>
-    	    If the proxy server requires authentication.
-    	    This is the password field.
+    	    If the proxy server requires authentication,
+    	    this is the password field.
         </long>
       </locale>
     </schema>
@@ -430,8 +430,8 @@
      <type>string</type>
      <default>@bindir@/evolution-import-rss %s</default>
      <locale name="C">
-       <short>URL handler for rss feed uris</short>
-       <long>URL handler for rss feed uris</long>
+       <short>URL handler for RSS feed uris</short>
+       <long>URL handler for RSS feed uris</long>
      </locale>
     </schema>
 
diff --git a/src/org-gnome-evolution-rss.eplug.xml b/src/org-gnome-evolution-rss.eplug.xml
index 030b030..c3c6254 100644
--- a/src/org-gnome-evolution-rss.eplug.xml
+++ b/src/org-gnome-evolution-rss.eplug.xml
@@ -9,7 +9,7 @@
 	name="Evolution RSS" short_name="evolution-rss">
 	<_description xml:space="preserve">Evolution RSS Reader Plugin.
 
-This plugin adds RSS Feeds support for evolution mail. RSS support was built upon the somewhat existing RSS support in evolution-1.4 branch. The motivation behind this was to have RSS in same place as mails, at this moment I do not see the point having a separate RSS reader since a RSS Article is like an email message.
+This plugin adds RSS Feeds support for Evolution mail. RSS support was built upon the somewhat existing RSS support in evolution-1.4 branch. The motivation behind this was to have RSS in same place as mails, at this moment I do not see the point in having a separate RSS reader since a RSS Article is like an email message.
 
 Evolution RSS can display article using summary view or HTML view.
 



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