Merge lp:~ricsipontaz/ubuntu-filemanager-app/translation-fix into lp:ubuntu-filemanager-app

Proposed by Richard Somlói
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 🦄
Approved revision: 390
Merged at revision: 390
Proposed branch: lp:~ricsipontaz/ubuntu-filemanager-app/translation-fix
Merge into: lp:ubuntu-filemanager-app
Diff against target: 11 lines (+1/-1)
1 file modified
src/app/qml/ui/FolderListPage.qml (+1/-1)
To merge this branch: bzr merge lp:~ricsipontaz/ubuntu-filemanager-app/translation-fix
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Alan Pope 🍺🐧🐱 🦄 (community) Approve
Review via email: mp+251710@code.launchpad.net

Commit message

Make the bottomedge's "Places" string translatable with i18n.tr()

Description of the change

Make the bottomedge's "Places" string translatable with i18n.tr()

To post a comment you must log in.
Revision history for this message
Alan Pope 🍺🐧🐱 🦄 (popey) wrote :

Thanks for the contribution!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/ui/FolderListPage.qml'
2--- src/app/qml/ui/FolderListPage.qml 2015-01-15 17:21:04 +0000
3+++ src/app/qml/ui/FolderListPage.qml 2015-03-04 10:17:03 +0000
4@@ -28,7 +28,7 @@
5 PageWithBottomEdge {
6 id: folderListPage
7 title: basename(folder)
8- bottomEdgeTitle: "Places"
9+ bottomEdgeTitle: i18n.tr("Places")
10 bottomEdgeEnabled: !sidebar.expanded
11 bottomEdgePageSource: Qt.resolvedUrl("PlacesPage.qml")
12

Subscribers

People subscribed via source and target branches