[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kontact/src
From:       Daniel Molkentin <molkentin () kde ! org>
Date:       2005-02-03 0:26:17
Message-ID: 20050203002617.E7B571D15D () office ! kde ! org
[Download RAW message or body]

CVS commit by danimo: 

tweaks one last set string change that will hopefully improve the situation for \
translators: Now there should be no reason to translate the actual html, unless your \
language really requires it.


  M +12 -6     mainwindow.cpp   1.155
  M +4 -0      about/kontact.css   1.2


--- kdepim/kontact/src/mainwindow.cpp  #1.154:1.155
@@ -258,5 +258,5 @@ void MainWindow::paintAboutScreen( const
   QString quickDescription( i18n( "The KDE Personal Information Management Suite" ) \
);  
-  mIntroPart->write( content.arg( QFont().pointSize() ).arg( appName )
+  mIntroPart->write( content.arg( QFont().pointSize()+2 ).arg( appName )
       .arg( catchPhrase ).arg( quickDescription ).arg( msg ) );
   mIntroPart->end();
@@ -794,9 +794,9 @@ QString MainWindow::introductionString()
       "<table align=\"center\">"
       "<tr><td><a href=\"%1\"><img width=\"%1\" height=\"%1\" src=\"%1\" \
                /></a></td>"
-      "<td><a href=\"%1\">Read Manual</a></td></tr>"
+      "<td><a href=\"%1\">%1</a><br><span id=\"subtext\"><nobr>%1</td></tr>"
       "<tr><td><a href=\"%1\"><img width=\"%1\" height=\"%1\" src=\"%1\" \
                /></a></td>"
-      "<td><a href=\"%1\">Visit Kontact Website</a></td></tr>"
+      "<td><a href=\"%1\">%1</a><br><span id=\"subtext\"><nobr>%1</td></tr>"
       "<tr><td><a href=\"%1\"><img width=\"%1\" height=\"%1\" src=\"%1\" \
                /></a></td>"
-      "<td><a href=\"%1\">Configure Kontact as Groupware Client</a></td></tr>"
+      "<td><a href=\"%1\">%1</a><br><span id=\"subtext\"><nobr>%1</td></tr>"
       "</table>"
       "<p style=\"margin-bottom: 0px\"> <a href=\"%1\">Skip this \
introduction</a></p>") @@ -808,9 +808,13 @@ QString MainWindow::introductionString()
       .arg( handbook_icon_path )
       .arg( "help:/kontact" )
-      .arg( "http://kontact.org" )
+      .arg( i18n("Read Manual") )
+      .arg( i18n("Learn more about Kontact and its components") )
+      .arg( "http://kontact.kde.org" )
       .arg( iconSize )
       .arg( iconSize )
       .arg( html_icon_path )
-      .arg( "http://kontact.org" )
+      .arg( "http://kontact.kde.org" )
+      .arg( i18n("Visit Kontact Website") )
+      .arg( i18n("Access online resources and tutorials") )
       .arg( "exec:/gwwizard" )
       .arg( iconSize )
@@ -818,4 +822,6 @@ QString MainWindow::introductionString()
       .arg( wizard_icon_path )
       .arg( "exec:/gwwizard" )
+      .arg( i18n("Configure Kontact as Groupware Client") )
+      .arg( i18n("Prepare Kontact for use in corporate networks") )
       .arg( "exec:/switch" );
   return info;

--- kdepim/kontact/src/about/kontact.css  #1.1:1.2
@@ -15,4 +15,8 @@
 }
 
+#subtext {
+  font-style: italic;
+}
+
 /* vim:set sw=2 et nocindent smartindent: */
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic