Merge lp:~evfool/indicator-appmenu/typofixes into lp:indicator-appmenu/0.4

Proposed by Robert Roth
Status: Merged
Approved by: Ted Gould
Approved revision: 167
Merged at revision: 169
Proposed branch: lp:~evfool/indicator-appmenu/typofixes
Merge into: lp:indicator-appmenu/0.4
Diff against target: 27 lines (+3/-3)
2 files modified
data/com.canonical.indicator.appmenu.hud.search.gschema.xml.in (+1/-1)
src/distance.c (+2/-2)
To merge this branch: bzr merge lp:~evfool/indicator-appmenu/typofixes
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+95734@code.launchpad.net

Description of the change

Fixed a simple typo in the gconf schema and two in a simple translation comment, as reported in bug #945445.

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

Thanks!

  review approve
  status approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/com.canonical.indicator.appmenu.hud.search.gschema.xml.in'
--- data/com.canonical.indicator.appmenu.hud.search.gschema.xml.in 2012-01-17 20:31:14 +0000
+++ data/com.canonical.indicator.appmenu.hud.search.gschema.xml.in 2012-03-03 14:02:18 +0000
@@ -6,7 +6,7 @@
6 <_description>6 <_description>
7 In order to have the application's menu items appear higher7 In order to have the application's menu items appear higher
8 in the search results a slight penalty is given to the indicator8 in the search results a slight penalty is given to the indicator
9 menu items. This value represents then percentage of that peanlty9 menu items. This value represents then percentage of that penalty
10 so a value of '50' is a 50% additional to the calculated distance.10 so a value of '50' is a 50% additional to the calculated distance.
11 </_description>11 </_description>
12 </key>12 </key>
1313
=== modified file 'src/distance.c'
--- src/distance.c 2012-02-15 04:11:33 +0000
+++ src/distance.c 2012-03-03 14:02:18 +0000
@@ -60,8 +60,8 @@
60{60{
61 static gchar * ignore = NULL;61 static gchar * ignore = NULL;
62 if (ignore == NULL) {62 if (ignore == NULL) {
63 /* TRANSLATORS: These are chacaters that should not be considered63 /* TRANSLATORS: These are characters that should not be considered
64 mistakes in the comparison functions. Typically they are gramatical64 mistakes in the comparison functions. Typically they are grammatical
65 characters that can be found in menus. */65 characters that can be found in menus. */
66 ignore = _(" _->");66 ignore = _(" _->");
67 if (!g_utf8_validate(ignore, -1, NULL)) {67 if (!g_utf8_validate(ignore, -1, NULL)) {

Subscribers

People subscribed via source and target branches