Skip to content

Commit

Permalink
remove redundant string
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan676 committed Jan 30, 2015
1 parent 640a3d4 commit bab071e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion res/layout/shibboleth_welcome_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:onClick="onHttpsCheckboxClicked"
android:button="@drawable/checkbox_btn_holo_light"
android:textSize="@dimen/cb_btn_txt_size"
android:text="@string/shib_add_https_prefix" />
android:text="@string/accounts_https_hint" />

<EditText
android:id="@+id/shibboleth_server_url_et"
Expand Down
1 change: 0 additions & 1 deletion res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@
<string name="shib_server_incorrect_prefix">地址应该以http://或https://开头</string>
<string name="shib_load_page_error">错误:</string>
<string name="shib_login_title">Shibboleth登录</string>
<string name="shib_add_https_prefix">添加https前缀</string>
<string name="shib_server_hint">请输入地址...</string>
<string name="shib_actionbar_title">Shibboleth登录</string>
</resources>
1 change: 0 additions & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@
<string name="shib_server_incorrect_prefix">Server should starts with either http:// or https://</string>
<string name="shib_load_page_error">Error: </string>
<string name="shib_login_title">Shibboleth Login</string>
<string name="shib_add_https_prefix">Append Https prefix</string>
<string name="shib_server_hint">Input server...</string>
<string name="shib_actionbar_title">Login with Shibboleth</string>
<string name="shib_loading">loading...</string>
Expand Down

0 comments on commit bab071e

Please sign in to comment.