ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #02481
[Merge] lp:~popey/reminders-app/fix-rename into lp:reminders-app
Alan Pope has proposed merging lp:~popey/reminders-app/fix-rename into lp:reminders-app.
Commit message:
Fix a piece of text I didn't rename previously.
Requested reviews:
Ubuntu Reminders app developers (reminders-app-dev)
For more details, see:
https://code.launchpad.net/~popey/reminders-app/fix-rename/+merge/260690
--
Your team Ubuntu Reminders app developers is requested to review the proposed merge of lp:~popey/reminders-app/fix-rename into lp:reminders-app.
=== modified file 'src/app/qml/reminders.qml'
--- src/app/qml/reminders.qml 2015-05-30 14:31:11 +0000
+++ src/app/qml/reminders.qml 2015-06-01 09:41:13 +0000
@@ -637,7 +637,7 @@
id: noAccount
objectName: "noAccountDialog"
title: i18n.tr("Setup Evernote connection?")
- text: i18n.tr("Reminders can store your notes and reminders locally on this device.") + " "
+ text: i18n.tr("Notes can store your notes and reminders locally on this device.") + " "
+ i18n.tr("In order to synchronize notes with Evernote, an account at Evernote is required.") + " "
+ i18n.tr("Do you want to setup an account now?")
References