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
1=== modified file 'data/com.canonical.indicator.appmenu.hud.search.gschema.xml.in'
2--- data/com.canonical.indicator.appmenu.hud.search.gschema.xml.in 2012-01-17 20:31:14 +0000
3+++ data/com.canonical.indicator.appmenu.hud.search.gschema.xml.in 2012-03-03 14:02:18 +0000
4@@ -6,7 +6,7 @@
5 <_description>
6 In order to have the application's menu items appear higher
7 in the search results a slight penalty is given to the indicator
8- menu items. This value represents then percentage of that peanlty
9+ menu items. This value represents then percentage of that penalty
10 so a value of '50' is a 50% additional to the calculated distance.
11 </_description>
12 </key>
13
14=== modified file 'src/distance.c'
15--- src/distance.c 2012-02-15 04:11:33 +0000
16+++ src/distance.c 2012-03-03 14:02:18 +0000
17@@ -60,8 +60,8 @@
18 {
19 static gchar * ignore = NULL;
20 if (ignore == NULL) {
21- /* TRANSLATORS: These are chacaters that should not be considered
22- mistakes in the comparison functions. Typically they are gramatical
23+ /* TRANSLATORS: These are characters that should not be considered
24+ mistakes in the comparison functions. Typically they are grammatical
25 characters that can be found in menus. */
26 ignore = _(" _->");
27 if (!g_utf8_validate(ignore, -1, NULL)) {

Subscribers

People subscribed via source and target branches