Merge lp:~seb128/ubuntu-system-settings/language-punctuation-description-vivid into lp:ubuntu-system-settings/15.04

Proposed by Sebastien Bacher
Status: Merged
Approved by: Ken VanDine
Approved revision: 1418
Merged at revision: 1421
Proposed branch: lp:~seb128/ubuntu-system-settings/language-punctuation-description-vivid
Merge into: lp:ubuntu-system-settings/15.04
Diff against target: 13 lines (+2/-1)
1 file modified
plugins/language/PageComponent.qml (+2/-1)
To merge this branch: bzr merge lp:~seb128/ubuntu-system-settings/language-punctuation-description-vivid
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+261514@code.launchpad.net

Commit message

[language] update auto punctuation description to match the osk behaviour

Description of the change

[language] update auto punctuation description to match the osk behaviour

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

WFM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/language/PageComponent.qml'
2--- plugins/language/PageComponent.qml 2014-11-04 12:08:12 +0000
3+++ plugins/language/PageComponent.qml 2015-06-09 14:15:00 +0000
4@@ -205,7 +205,8 @@
5 }
6
7 ListItem.Caption {
8- text: i18n.tr("Adds a period, and any missing quotes or brackets, when you tap Space twice.")
9+ /* TODO: update the string to mention quotes/brackets once the osk does that */
10+ text: i18n.tr("Inserts a period when you tap Space twice.")
11 }
12
13 ListItem.ThinDivider {

Subscribers

People subscribed via source and target branches