Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
www-data committed Sep 28, 2011
1 parent ccef5da commit b2daeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mojo/mojo-just-type---de.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/usr/lib/luna/system/luna-applauncher/app/JustType.js b/usr/lib/luna/system/luna-applauncher/app/JustType.js
index 9d37992..b452bfe 100644
index 9d37992..3a96275 100644
--- a/usr/lib/luna/system/luna-applauncher/app/JustType.js
+++ b/usr/lib/luna/system/luna-applauncher/app/JustType.js
@@ -7,7 +7,7 @@ enyo.kind({
components:[
{
kind: "RichText",
- hint:$L("Just type..."),
+ hint:$L("Just type... "),
+ hint:$L("Just Type..."),
name: "searchField",
richContent:false,
autoCapitalize:"lowercase",
Expand Down

0 comments on commit b2daeec

Please sign in to comment.