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

List:       kde-commits
Subject:    kdelibs/kio/kfile
From:       Jonathan Riddell <jr () jriddell ! org>
Date:       2005-02-17 17:38:29
Message-ID: 20050217173829.680A61BBCF () office ! kde ! org
[Download RAW message or body]

CVS commit by jriddell: 

Fix strings, thanks t kde-i18n-doc for not objecting
BUG:99215


  M +2 -3      kfilespeedbar.cpp   1.14


--- kdelibs/kio/kfile/kfilespeedbar.cpp  #1.13:1.14
@@ -64,11 +64,10 @@ KFileSpeedBar::KFileSpeedBar( QWidget *p
         u = "media:/";
         if ( KProtocolInfo::isKnownProtocol( u ) )
-            insertItem( u, i18n("Devices"), false,
+            insertItem( u, i18n("Storage Media"), false,
                                    KProtocolInfo::icon( "media" ) );
-        //FIXME i18n("Devices") should be i18n("Media") after string freeze
 
         u = "remote:/";
         if ( KProtocolInfo::isKnownProtocol( u ) )
-            insertItem( u, i18n("Network"), false,
+            insertItem( u, i18n("Network Folders"), false,
                                    KProtocolInfo::icon( "remote" ) );
     }


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

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