← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~nik90/ubuntu-clock-app/fix-typo-libya into lp:ubuntu-clock-app

 

Nekhelesh Ramananthan has proposed merging lp:~nik90/ubuntu-clock-app/fix-typo-libya into lp:ubuntu-clock-app.

Commit message:
Fixes typo Librya to Libya

Requested reviews:
  Ubuntu Clock Developers (ubuntu-clock-dev)
Related bugs:
  Bug #1429028 in Ubuntu Clock App: "Typo Libyra"
  https://bugs.launchpad.net/ubuntu-clock-app/+bug/1429028

For more details, see:
https://code.launchpad.net/~nik90/ubuntu-clock-app/fix-typo-libya/+merge/252079

Libya was mispelled as Librya and this MP fixes it.
-- 
Your team Ubuntu Clock Developers is requested to review the proposed merge of lp:~nik90/ubuntu-clock-app/fix-typo-libya into lp:ubuntu-clock-app.
=== modified file 'backend/modules/Timezone/statictimezonemodel.cpp'
--- backend/modules/Timezone/statictimezonemodel.cpp	2015-02-27 12:14:50 +0000
+++ backend/modules/Timezone/statictimezonemodel.cpp	2015-03-06 10:55:46 +0000
@@ -319,7 +319,7 @@
     addCity(_("Tehran"), "Asia/Tehran", _("Iran"));
     addCity(_("Tokyo"), "Asia/Tokyo", _("Japan"));
     addCity(_("Toronto"), "America/Toronto", _("Canada"));
-    addCity(_("Tripoli"), "Africa/Tripoli", _("Libyra"));
+    addCity(_("Tripoli"), "Africa/Tripoli", _("Libya"));
     addCity(_("Tunis"), "Africa/Tunis", _("Tunisia"));
 
     addCity(_("Ulan Bator"), "Asia/Ulan_Bator", _("Mongolia"));

=== modified file 'po/com.ubuntu.clock.pot'
--- po/com.ubuntu.clock.pot	2015-03-05 12:54:28 +0000
+++ po/com.ubuntu.clock.pot	2015-03-06 10:55:46 +0000
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-03-05 13:52+0100\n"
+"POT-Creation-Date: 2015-03-06 11:52+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@xxxxxx>\n"
@@ -1882,7 +1882,7 @@
 msgstr ""
 
 #: ../backend/modules/Timezone/statictimezonemodel.cpp:322
-msgid "Libyra"
+msgid "Libya"
 msgstr ""
 
 #: ../backend/modules/Timezone/statictimezonemodel.cpp:323


Follow ups