Skip to content

Commit

Permalink
Version info v1.3.2
Browse files Browse the repository at this point in the history
and removed a wrong translation russian translation for Launcher Actions misleading users
  • Loading branch information
AnderWeb committed Nov 27, 2010
1 parent cecfc91 commit bbc07a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
package="com.android.launcher"
android:sharedUserId="android.uid.shared"
android:sharedUserLabel="@string/uid_name"
android:versionCode="30"
android:versionCode="31"
android:versionName="@string/adw_version">

<permission
Expand Down
2 changes: 0 additions & 2 deletions res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
<string name="group_applications">Приложения</string>
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts -->
<string name="group_shortcuts">Ярлыки</string>
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all launcher actions -->
<string name="launcher_actions">Действия приложений</string>
<!-- Options in "Add to Home" dialog box; Title of the search gadget -->
<string name="group_search">Поиск</string>
<!-- Options in "Add to Home" dialog box; Title of the folder gadget -->
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<!-- Text to show user in place of a gadget when we can't display it properly -->
<string name="gadget_error_text">Problem loading widget</string>
<!-- ADW Version Information -->
<string name="adw_version">Version 1.3.1 System</string>
<string name="adw_version">Version 1.3.2 System</string>
<!-- ADW Settings -->
<string name="pref_label_settings">ADW Settings</string>
<!-- Screen preferences -->
Expand Down

0 comments on commit bbc07a7

Please sign in to comment.