From patchwork Thu Jul 19 10:16:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 10136 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id E52252402A for ; Thu, 19 Jul 2012 10:16:14 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 742BCA180D2 for ; Thu, 19 Jul 2012 10:16:14 +0000 (UTC) Received: by ggnf1 with SMTP id f1so2758962ggn.11 for ; Thu, 19 Jul 2012 03:16:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=0KjY0/msUvRNvNFU0qK+wcFEZy+MvhhpAWBWeeXA2WI=; b=fxmh5REVwfOjKER6APtvBmNHjHyd/E35oaR63NjXG+LmJVwps22yvPH/WgyZkjX8p5 f/OC1sLgvrM4jSYGt1Oy4Mj6TnqlnD1rUjL6Etx6Wzw4QFioHtZVgdQJTNiBiy+74Bj8 cSg/qJhFa2NXoijNMUS1Ly/yCVh0s0jnnQY39IifUnmsMBjLUK6uBd4SZy4M3sTxixKf vLr+aBk7PkI3Ne/DgQeJkmM+24MY3C0M79zEPkMkK8VMcqXssouaU8i88LtdW2jvxFOP O7obm0TmiCVuVHqJRI8bICfDh01nspUmH83BAmIDTIjCOaQS8qkjVMzO78+rUc817n6b 2npw== Received: by 10.50.195.234 with SMTP id ih10mr869055igc.0.1342692973809; Thu, 19 Jul 2012 03:16:13 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.153.7 with SMTP id i7csp8768ibw; Thu, 19 Jul 2012 03:16:13 -0700 (PDT) Received: by 10.216.198.10 with SMTP id u10mr830758wen.80.1342692972452; Thu, 19 Jul 2012 03:16:12 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id k2si2092048wef.16.2012.07.19.03.16.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2012 03:16:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1SrnmF-00068H-4i for ; Thu, 19 Jul 2012 10:16:11 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 11AA1E018D for ; Thu, 19 Jul 2012 10:16:11 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glmark2 X-Launchpad-Branch: ~glmark2-dev/glmark2/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 237 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~glmark2-dev/glmark2/trunk] Rev 237: Android: Use string resources for button labels. Message-Id: <20120719101611.19448.66486.launchpad@ackee.canonical.com> Date: Thu, 19 Jul 2012 10:16:11 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15644"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 6f533a538571546de35eb07e9154143dffb4276c X-Gm-Message-State: ALoCoQkyJgmxlQZxYGekjH4tAAMxD7328MQ8mqNEAkzqeuJhlh38lBJNRzIQhzw0adxJs427EYMq ------------------------------------------------------------ revno: 237 committer: Alexandros Frantzis branch nick: trunk timestamp: Thu 2012-07-19 12:18:06 +0300 message: Android: Use string resources for button labels. This is required when building in-tree. modified: android/res/layout/activity_editor.xml android/res/layout/activity_main.xml android/res/values/strings.xml --- lp:glmark2 https://code.launchpad.net/~glmark2-dev/glmark2/trunk You are subscribed to branch lp:glmark2. To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription === modified file 'android/res/layout/activity_editor.xml' --- android/res/layout/activity_editor.xml 2012-07-06 13:31:01 +0000 +++ android/res/layout/activity_editor.xml 2012-07-19 09:18:06 +0000 @@ -13,14 +13,14 @@ android:layout_height="wrap_content" android:layout_weight="1.0" android:layout_alignParentBottom="true" - android:text="Run" /> + android:text="@string/runButtonText" />