Merge lp:~fitojb/sync-monitor/typos into lp:sync-monitor

Proposed by Adolfo Jayme Barrientos
Status: Needs review
Proposed branch: lp:~fitojb/sync-monitor/typos
Merge into: lp:sync-monitor
Diff against target: 67 lines (+11/-11)
1 file modified
src/sync-account.cpp (+11/-11)
To merge this branch: bzr merge lp:~fitojb/sync-monitor/typos
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+238843@code.launchpad.net

Commit message

Fix several typos found in translatable strings

Description of the change

Fix several typos found in translatable strings

Also, removed the un-necessary quotation marks in “two-way”, which is a valid English term.

To post a comment you must log in.

Unmerged revisions

38. By Adolfo Jayme Barrientos

Fix several typos in translatable strings

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/sync-account.cpp'
--- src/sync-account.cpp 2014-05-09 14:23:55 +0000
+++ src/sync-account.cpp 2014-10-20 05:02:21 +0000
@@ -225,7 +225,7 @@
225 switch(lastStatus.toInt())225 switch(lastStatus.toInt())
226 {226 {
227 case 22000:227 case 22000:
228 // "Fail to run \"two-way\" sync";228 // "Failed to run two-way sync";
229 return "slow";229 return "slow";
230 case 0:230 case 0:
231 case 200:231 case 200:
@@ -246,11 +246,11 @@
246 case 420:246 case 420:
247 // "Disk full";247 // "Disk full";
248 case 506:248 case 506:
249 // "Fail to sync due some remote problem";249 // "Failed to sync due to some remote problem";
250 case 22001:250 case 22001:
251 // "Fail to sync some items";251 // "Failed to sync some items";
252 case 22002:252 case 22002:
253 // "Last process unexpected die.";253 // "Last process died unexpectedly.";
254 case 20006:254 case 20006:
255 case 20007:255 case 20007:
256 // "Server sent bad content";256 // "Server sent bad content";
@@ -263,7 +263,7 @@
263 case 20026:263 case 20026:
264 case 20027:264 case 20027:
265 case 20028:265 case 20028:
266 // "Fail to connect with the server";266 // "Failed to connect with the server";
267 case 20046:267 case 20046:
268 case 20047:268 case 20047:
269 // "Server not found";269 // "Server not found";
@@ -528,13 +528,13 @@
528 case 420:528 case 420:
529 return _("Disk full");529 return _("Disk full");
530 case 506:530 case 506:
531 return _("Fail to sync due some remote problem");531 return _("Failed to sync due to some remote problem");
532 case 22000:532 case 22000:
533 return _("Fail to run \"two-way\" sync");533 return _("Failed to run two-way sync");
534 case 22001:534 case 22001:
535 return _("Fail to sync some items");535 return _("Failed to sync some items");
536 case 22002:536 case 22002:
537 return _("Process unexpected die.");537 return _("Process died unexpectedly.");
538 case 20006:538 case 20006:
539 case 20007:539 case 20007:
540 return _("Server sent bad content");540 return _("Server sent bad content");
@@ -547,10 +547,10 @@
547 case 20026:547 case 20026:
548 case 20027:548 case 20027:
549 case 20028:549 case 20028:
550 return _("Fail to connect with the server");550 return _("Failed to connect with the server");
551 case 20046:551 case 20046:
552 case 20047:552 case 20047:
553 return _( "Server not found");553 return _("Server not found");
554 default:554 default:
555 return _("Unknown status");555 return _("Unknown status");
556 }556 }

Subscribers

People subscribed via source and target branches