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

List:       kde-i18n-doc
Subject:    KDE/kdebase/workspace/kcontrol/access
From:       Jure Repinc <jlp () holodeck1 ! com>
Date:       2007-12-31 14:43:56
Message-ID: 1199112236.346830.15841.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 755145 by repinc:

* Made translatable
* Used the same string as in Settings menu

CCMAIL: kde-i18n-doc@kde.org


 M  +2 -2      kcmaccess.cpp  


--- trunk/KDE/kdebase/workspace/kcontrol/access/kcmaccess.cpp #755144:755145
@@ -427,7 +427,7 @@
   vvbox->addItem(hbox);
   hbox->setSpacing(KDialog::spacingHint());
   hbox->addStretch(1);
-  kNotifyModifiersButton = new QPushButton("Configure System Notification...", grp);
+  kNotifyModifiersButton = new QPushButton(i18n("Configure &Notifications..."), grp);
   kNotifyModifiersButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
   hbox->addWidget(kNotifyModifiersButton);
 
@@ -606,7 +606,7 @@
   vvbox->addItem(hbox);
   hbox->setSpacing(KDialog::spacingHint());
   hbox->addStretch(1);
-  kNotifyAccessXButton = new QPushButton("Configure System Notification...", grp);
+  kNotifyAccessXButton = new QPushButton(i18n("Configure &Notifications..."), grp);
   kNotifyAccessXButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
   hbox->addWidget(kNotifyAccessXButton);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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