translations

This commit is contained in:
Solovyev_S
2013-07-02 16:43:48 +04:00
parent 16385653d9
commit 33acdd68e6
4 changed files with 16 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
a:orientation="vertical">
<TextView
a:text="Drag button is an exclusive feature of Calculator++ which provides fast access to the secondary functions"
a:text="@string/cpp_wizard_dragbutton_description"
a:layout_height="wrap_content"
a:layout_width="match_parent"/>

View File

@@ -28,7 +28,7 @@
a:orientation="vertical">
<TextView
a:text="Calculator in separate window allows you to do calculations while using other apps on your device"
a:text="@string/cpp_wizard_onscreen_description"
a:layout_height="wrap_content"
a:layout_width="match_parent"/>
@@ -36,6 +36,6 @@
a:id="@+id/wizard_onscreen_app_enabled_checkbox"
a:layout_height="wrap_content"
a:layout_width="match_parent"
a:text="Enable calculator in separate window (second icon will appear in the apps list)"/>
a:text="@string/cpp_wizard_onscreen_checkbox"/>
</LinearLayout>