I have made the following changes intended for : CE:MW:Shared / commhistory-daemon
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/8163 Thank You, yunta [This message was auto-generated] --- Request # 8163: Messages from BOSS: State: review at 2013-02-21T03:46:00 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:yunta:branches:CE:MW:Shared / commhistory-daemon -> CE:MW:Shared / commhistory-daemon changes files: -------------- --- commhistory-daemon.changes +++ commhistory-daemon.changes @@ -0,0 +1,3 @@ +* Wed Feb 21 2013 Maciej Blomberg <[email protected]> - 0.4.5-2 +- fixed pluralization of notifications + spec files: ----------- --- commhistory-daemon.spec +++ commhistory-daemon.spec @@ -1,7 +1,7 @@ Name: commhistory-daemon Summary: Communications event history database daemon Version: 0.4.5 -Release: 1 +Release: 2 Group: Communications/Telephony and IM License: LGPL URL: https://github.com/nemomobile/commhistory-daemon other changes: -------------- ++++++ commhistory-daemon-0.4.5.tar.bz2 --- src/locstrings.h +++ src/locstrings.h @@ -46,17 +46,17 @@ #include <MLocale> -//% "%L1 new message(s)" -#define txt_qtn_msg_notification_new_message(NUM) qtTrId("qtn_msg_notification_new_message").arg(NUM) +//% "%n new message(s)" +#define txt_qtn_msg_notification_new_message(NUM) qtTrId("qtn_msg_notification_new_message", NUM) //% "Contact card" #define txt_qtn_msg_contact_card_label qtTrId("qtn_msg_contact_card_label") //% "%1 | %2" #define txt_qtn_msg_notification_new_vcard(STR) qtTrId("qtn_msg_received_contact_card").arg(txt_qtn_msg_contact_card_label).arg(STR) -//% "%L1 missed call(s)" -#define txt_qtn_call_missed(NUM) qtTrId("qtn_call_missed").arg(NUM) -//% "%L1 voicemail(s)" -#define txt_qtn_call_voicemail_notification(NUM) qtTrId("qtn_call_voicemail_notification").arg(NUM) +//% "%n missed call(s)" +#define txt_qtn_call_missed(NUM) qtTrId("qtn_call_missed", NUM) +//% "%n voicemail(s)" +#define txt_qtn_call_voicemail_notification(NUM) qtTrId("qtn_call_voicemail_notification", NUM) //% "Private number" #define txt_qtn_call_type_private qtTrId("qtn_call_type_private") //% "Voicemail"
