Merge lp:~phillip-sz/pantheon-greeter/clarify-KeyboardLayout into lp:~elementary-pantheon/pantheon-greeter/trunk

Proposed by Phillip Sz
Status: Merged
Approved by: Cody Garver
Approved revision: 295
Merged at revision: 295
Proposed branch: lp:~phillip-sz/pantheon-greeter/clarify-KeyboardLayout
Merge into: lp:~elementary-pantheon/pantheon-greeter/trunk
Diff against target: 19 lines (+2/-2)
1 file modified
src/Indicators/KeyboardLayoutMenu.vala (+2/-2)
To merge this branch: bzr merge lp:~phillip-sz/pantheon-greeter/clarify-KeyboardLayout
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+233618@code.launchpad.net

Commit message

Change "No other layouts available" to more easily translatable "No other keyboard layouts available"

Description of the change

changed "No other layouts available" to "No other keyboard layouts available" to make it easier to understand for translators and users.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Indicators/KeyboardLayoutMenu.vala'
2--- src/Indicators/KeyboardLayoutMenu.vala 2014-03-13 22:08:34 +0000
3+++ src/Indicators/KeyboardLayoutMenu.vala 2014-09-06 15:01:16 +0000
4@@ -52,7 +52,7 @@
5 layout_item_nodes[i] = new LayoutItemNode (layout, item, false);
6 i++;
7 }
8- no_other_entries_item = new Gtk.RadioMenuItem.with_label (null, _("No other layouts available"));
9+ no_other_entries_item = new Gtk.RadioMenuItem.with_label (null, _("No other keyboard layouts available"));
10 submenu.append (no_other_entries_item);
11 }
12
13@@ -184,4 +184,4 @@
14 }
15 }
16
17-}
18+}
19\ No newline at end of file

Subscribers

People subscribed via source and target branches