← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

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

 

Richard Somlói has proposed merging lp:~ricsipontaz/ubuntu-filemanager-app/translation-fix into lp:ubuntu-filemanager-app.

Requested reviews:
  Ubuntu File Manager Developers (ubuntu-filemanager-dev)

For more details, see:
https://code.launchpad.net/~ricsipontaz/ubuntu-filemanager-app/translation-fix/+merge/251710

Make the bottomedge's "Places" string translatable with i18n.tr()
-- 
Your team Ubuntu File Manager Developers is requested to review the proposed merge of lp:~ricsipontaz/ubuntu-filemanager-app/translation-fix into lp:ubuntu-filemanager-app.
=== modified file 'src/app/qml/ui/FolderListPage.qml'
--- src/app/qml/ui/FolderListPage.qml	2015-01-15 17:21:04 +0000
+++ src/app/qml/ui/FolderListPage.qml	2015-03-04 10:17:03 +0000
@@ -28,7 +28,7 @@
 PageWithBottomEdge {
     id: folderListPage
     title: basename(folder)
-    bottomEdgeTitle: "Places"
+    bottomEdgeTitle: i18n.tr("Places")
     bottomEdgeEnabled: !sidebar.expanded
     bottomEdgePageSource: Qt.resolvedUrl("PlacesPage.qml")
 


Follow ups