On Friday 30 March 2012 21:27:59 Yuri Chornoivan wrote:
> Forwarded to kmymoney-devel@kde.org

Done:

http://commits.kde.org/kmymoney/0928b53d37d9be688d8bf1d144b33b8c472319ef

>
> ------- Переспрямоване повідомлення -------
> Від: "Dimitrios Glentadakis" <dgl...@gmail.com>
> Кому: "KDE i18n-doc" <kde-i18n-...@kde.org>
> Копія:
> Тема: kmymoney.po
> Дата: Fri, 30 Mar 2012 21:21:11 +0300
>
> I know that is a very minor thing and really i am not a scholastic guy...
>
> :D
>
> but maybe you want to add 3 dots after the: "Map to online account" to fit
> with the other two menu options that they have the 3 dots in the end
>
> Map to online account
> Unmap account...
> Update account...
>
>
> ---------------
>
>     KAction *account_online_map > 
> actionCollection()->addAction("account_online_map");
>     account_online_map->setText(i18n("Map to online account"));
>     account_online_map->setIcon(KIcon("news-subscribe"));
>     connect(account_online_map, SIGNAL(triggered()), this,
> SLOT(slotAccountMapOnline()));
>
>     KAction *account_online_unmap > 
> actionCollection()->addAction("account_online_unmap");
>     account_online_unmap->setText(i18n("Unmap account..."));
>     account_online_unmap->setIcon(KIcon("news-unsubscribe"));
>     connect(account_online_unmap, SIGNAL(triggered()), this,
> SLOT(slotAccountUnmapOnline()));
>
>     KActionMenu* menu = new KActionMenu(KIcon("account-update-online"),
> i18nc("Update online accounts menu", "Update"), this);
>     actionCollection()->addAction("account_online_update_menu", menu);
>
>     // activating the menu button is the same as selecting the current
> account
>     connect(menu, SIGNAL(activated()), this,
> SLOT(slotAccountUpdateOnline()));
>
>     KAction *account_online_update > 
> actionCollection()->addAction("account_online_update");
>     account_online_update->setText(i18n("Update account..."));
>     account_online_update->setIcon(KIcon("account-update-online"));
>
>
>
>
> -----------------------
>
>
>
>
> Message #1781
> src:/kmymoney/kmymoney.cpp:669
> http://quickgit.kde.org/index.php?p=kmymoney.git&a=blob_plain&h73b7ee2479
> 2dd2789f2a60eae5a164974b87d0&f=kmymoney%2Fkmymoney.cpp
> _______________________________________________
> KMyMoney-devel mailing list
> KMyMoney-devel@kde.org
> https://mail.kde.org/mailman/listinfo/kmymoney-devel
--

Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-------------------------------------------------------------
Q: Do you know how can I telnet on a EIDE hard disk over the case?
A: You should boot with a jumper to reset the ADSL program.
-------------------------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to