aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2011-10-19 23:18:31 -0700
committerKenny Root <kenny@the-b.org>2011-10-20 10:20:39 -0700
commit65128e67462e232d8344326865f66e63037b4942 (patch)
tree800f701ba97ff71961c4a04107be03b1c273b438
parent4476f11494384eef55f8fd76a54d988f51745702 (diff)
downloadconnectbot-65128e67462e232d8344326865f66e63037b4942.tar.gz
connectbot-65128e67462e232d8344326865f66e63037b4942.tar.bz2
connectbot-65128e67462e232d8344326865f66e63037b4942.zip
Fix translations layout arguments
-rw-r--r--AndroidManifest.xml2
-rw-r--r--build.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5be215d..5b89372 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -18,7 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.7.1"
- android:versionCode="353"
+ android:versionCode="355"
android:installLocation="auto">
<uses-sdk android:targetSdkVersion="11" android:minSdkVersion="3" />
diff --git a/build.xml b/build.xml
index 8444c5f..8f92989 100644
--- a/build.xml
+++ b/build.xml
@@ -40,7 +40,7 @@
<property name="locale.dir" value="locale" />
<!-- Default args to pass to a2po for .po generation. -->
- <property name="a2po.args" value="--groups strings --template fortune/fortune.pot --layout 'po/fortune/fortune-%(locale)s.po'"/>
+ <property name="a2po.args" value="--groups strings --template fortune/fortune.pot --layout 'fortune/fortune-%(locale)s.po'"/>
<!-- File names for launchpad translations. -->
<property name="launchpad.export.file" value="launchpad-export.tar.gz"/>