Bug 199442 - Two messages to be one singular/plural form
Summary: Two messages to be one singular/plural form
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 17:07 UTC by OsamaK
Modified: 2009-08-10 16:58 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 OsamaK 2009-07-08 17:07:05 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

These two messages should be in one singular/plural form:

transfer-plugins/bittorrent/advanceddetails/fileview.cpp:266: "You will lose all data in this file, are you sure you want to do this?"
transfer-plugins/bittorrent/advanceddetails/fileview.cpp:267: "You will lose all data in these files, are you sure you want to do this?"
Comment 1 Dario Massarin 2009-08-09 10:13:55 UTC
SVN commit 1009074 by dario:

Use singular/plural i18n call

BUG: 199442


 M  +3 -3      fileview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1009074
Comment 2 Lukas Appelhans 2009-08-10 16:58:51 UTC
SVN commit 1009641 by lappelhans:

Backport of rev 1009074 by dario:
Use singular/plural i18n call
CCBUG: 199442


 M  +2 -2      fileview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1009641