Skip to content

Commit

Permalink
Shortened description so it doesn't wrap to a second line.
Browse files Browse the repository at this point in the history
  • Loading branch information
iiordanov committed Mar 16, 2014
1 parent bbd04f6 commit 5332814
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eclipse_projects/bVNC/res/layout-large/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ android:layout_height="fill_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Tap Button to Show/Hide Advanced Settings"
android:text="Show Advanced Settings"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion eclipse_projects/bVNC/res/layout-large/main_rdp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ android:layout_height="fill_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Tap Button to Show/Hide Advanced Settings"
android:text="Show Advanced Settings"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion eclipse_projects/bVNC/res/layout-large/main_spice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ android:layout_height="fill_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Tap Button to Show/Hide Advanced Settings"
android:text="Show Advanced Settings"
android:textAppearance="?android:attr/textAppearanceLarge" />
</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion eclipse_projects/bVNC/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ android:layout_height="fill_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Tap Button to Show/Hide Advanced Settings"
android:text="Show Advanced Settings"
android:textAppearance="?android:attr/textAppearanceMedium" />
</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion eclipse_projects/bVNC/res/layout/main_rdp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ android:layout_height="fill_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Tap Button to Show/Hide Advanced Settings"
android:text="Show Advanced Settings"
android:textAppearance="?android:attr/textAppearanceMedium" />
</LinearLayout>

Expand Down
2 changes: 1 addition & 1 deletion eclipse_projects/bVNC/res/layout/main_spice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ android:layout_height="fill_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Tap Button to Show/Hide Advanced Settings"
android:text="Show Advanced Settings"
android:textAppearance="?android:attr/textAppearanceMedium" />
</LinearLayout>

Expand Down

0 comments on commit 5332814

Please sign in to comment.