Skip to content

Commit

Permalink
No full stop on tips
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jul 12, 2013
1 parent e06464f commit 7596646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IRCCloud/Classes/MainViewController_iPad.xib
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBIPadFramework</string>
<string key="IBUIText">Double-tap to quickly reply to the sender.</string>
<string key="IBUIText">Double-tap to quickly reply to the sender</string>
<reference key="IBUITextColor" ref="532066558"/>
<nil key="IBUIHighlightedColor"/>
<int key="IBUIBaselineAdjustment">0</int>
Expand Down
4 changes: 2 additions & 2 deletions IRCCloud/Classes/MainViewController_iPhone.xib
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<string key="IBUIText">Swipe left and right to quickly open and close the sidebars.</string>
<string key="IBUIText">Swipe left and right to quickly open and close the sidebars</string>
<reference key="IBUITextColor" ref="988859338"/>
<nil key="IBUIHighlightedColor"/>
<int key="IBUIBaselineAdjustment">0</int>
Expand All @@ -392,7 +392,7 @@
<int key="IBUIContentMode">7</int>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<string key="IBUIText">Double-tap to quickly reply to the sender.</string>
<string key="IBUIText">Double-tap to quickly reply to the sender</string>
<reference key="IBUITextColor" ref="988859338"/>
<nil key="IBUIHighlightedColor"/>
<int key="IBUIBaselineAdjustment">0</int>
Expand Down

0 comments on commit 7596646

Please sign in to comment.