Bug 135289 - korganizer: 'a HTML' should be 'an HTML'
Summary: korganizer: 'a HTML' should be 'an HTML'
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Reinhold Kainhofer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-08 14:35 UTC by Hobbsee
Modified: 2006-10-09 03:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hobbsee 2006-10-08 14:35:04 UTC
Version:           unknown (using KDE 3.5.5, Kubuntu (edgy) 4:3.5.5-0ubuntu1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.17-10-generic

'a HTML' should be 'an HTML'

diff at:
http://librarian.launchpad.net/4704606/kdepim-3.5.4-ps1.diff

See https://launchpad.net/distros/ubuntu/+source/kdepim/+bug/64669
Comment 1 Allen Winter 2006-10-09 03:22:57 UTC
SVN commit 593776 by winterz:

change "a HTML" to "an HTML" in the comments and a couple config files
but this will not change any translations.

BUGS: 135289


 M  +1 -1      akregator/src/librss/loader.h  
 M  +1 -1      kmail/Mainpage.dox  
 M  +1 -1      knode/articlewidget.h  
 M  +1 -1      korganizer/korganizer.kcfg  
 M  +1 -1      kpilot/conduits/sysinfoconduit/sysinfo-setup_dialog.ui  
 M  +1 -1      libkcal/htmlexport.h  


--- branches/KDE/3.5/kdepim/akregator/src/librss/loader.h #593775:593776
@@ -227,7 +227,7 @@
 	 * 'OutputRetriever' will make it execute the script
 	 * '/home/myself/some-script.py' and assume whatever that script prints to
 	 * stdout is RSS markup. This is e.g. handy for conversion scripts, which
-	 * download a HTML file and convert it's contents into RSS markup.
+	 * download an HTML file and convert it's contents into RSS markup.
 	 *
 	 * No matter what kind of retrieval algorithm you employ, your
 	 * 'slotLoadingComplete' method might look like this:
--- branches/KDE/3.5/kdepim/kmail/Mainpage.dox #593775:593776
@@ -793,7 +793,7 @@
 
   - @em BodyPartFormatter
 	the formatter interface. Contains a single method format()
-	that takes a BodyPart to process and a HTMLWriter to write the
+	that takes a BodyPart to process and an HTMLWriter to write the
 	generated HTML to and returns a result code with which it can
 	request more information or delegate the formatting back to
 	some default processor. BodyPartFormatters are meant to be
--- branches/KDE/3.5/kdepim/knode/articlewidget.h #593775:593776
@@ -145,7 +145,7 @@
       FancyFormatting = 2,
       AllowROT13 = 4
     };
-    /// convert the given string into a HTML string
+    /// convert the given string into an HTML string
     QString toHtmlString( const QString &line, int flags = ParseURL );
     /// convert the given image into a data:/ URL
     static QString imgToDataUrl( const QImage &image, const char* fmt );
--- branches/KDE/3.5/kdepim/korganizer/korganizer.kcfg #593775:593776
@@ -74,7 +74,7 @@
 
     <entry type="Bool" key="Html With Save">
       <label>Export to HTML with every save</label>
-      <whatsthis>Check this box to export the calendar to a HTML-file every time you save it. By default, this file will be called calendar.html and placed in the user home folder.</whatsthis>
+      <whatsthis>Check this box to export the calendar to an HTML-file every time you save it. By default, this file will be called calendar.html and placed in the user home folder.</whatsthis>
       <default>false</default>
     </entry>
     <entry type="Enum" key="Destination" name="Destination">
--- branches/KDE/3.5/kdepim/kpilot/conduits/sysinfoconduit/sysinfo-setup_dialog.ui #593775:593776
@@ -99,7 +99,7 @@
                                     <bool>true</bool>
                                 </property>
                                 <property name="whatsThis" stdset="0">
-                                    <string>&lt;qt&gt;Select this option to output the system information data as a HTML document.&lt;/qt&gt;</string>
+                                    <string>&lt;qt&gt;Select this option to output the system information data as an HTML document.&lt;/qt&gt;</string>
                                 </property>
                             </widget>
                             <widget class="QRadioButton" row="1" column="0" rowspan="1" colspan="2">
--- branches/KDE/3.5/kdepim/libkcal/htmlexport.h #593775:593776
@@ -37,7 +37,7 @@
 namespace KCal {
 
 /**
-  This class provides the functions to export a calendar as a HTML page.
+  This class provides the functions to export a calendar as an HTML page.
 */
 class KDE_EXPORT HtmlExport
 {