From 01c41162576bd3b4686c48af4ea8d139c3d8720d Mon Sep 17 00:00:00 2001 From: YFdyh000 Date: Mon, 23 Feb 2015 10:56:08 +0800 Subject: [PATCH] Bug 1135007 - "Sync Now" button is not translated. r=nalexander ======== https://github.com/mozilla-services/android-sync/commit/dcc6025053f5282d1054e69e493c9cc574725626 Author: YFdyh000 Bug 1135007 - "Sync Now" button is not translated --- .../android/base/resources/xml/fxaccount_status_prefscreen.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/base/resources/xml/fxaccount_status_prefscreen.xml b/mobile/android/base/resources/xml/fxaccount_status_prefscreen.xml index 34f13e378e0f..2d7c58a29fa2 100644 --- a/mobile/android/base/resources/xml/fxaccount_status_prefscreen.xml +++ b/mobile/android/base/resources/xml/fxaccount_status_prefscreen.xml @@ -60,7 +60,7 @@ android:key="sync_now" android:defaultValue="" android:persistent="false" - android:title="Sync now" + android:title="@string/fxaccount_status_sync_now" android:summary="" />