Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
V1.17 Fixed missing provided tag from pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmorgan committed Jul 28, 2012
1 parent 89d3fc4 commit 57b3b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<groupId>com.google.android</groupId>
<artifactId>support-v4</artifactId>
<version>r6</version>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion res/values-es/menu_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<string name="settings">"Configuración"</string>
<string name="change_log">"Registro de Cambios"</string>
<string name="about">"Sobre"</string>
<string name="share">"Compartir ..."</string>
<string name="share">"Compartir"</string>
<string name="create_shortcut">"Crear acceso directo"</string>
<string name="cancel_all">"Cancelar todo"</string>
<string name="reload_all">"Actualizar todos"</string>
Expand Down

0 comments on commit 57b3b26

Please sign in to comment.