[baobab] Use title capitalization for buttons and menu items
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] Use title capitalization for buttons and menu items
- Date: Thu, 26 Jul 2012 13:51:36 +0000 (UTC)
commit aab0da10673e7fa26824fb315ef32e5409e50e18
Author: Dennis Cranston <dennis_cranston yahoo com>
Date: Tue Jul 24 20:48:58 2012 -0700
Use title capitalization for buttons and menu items
https://bugzilla.gnome.org/show_bug.cgi?id=680570
src/baobab-location-widget.vala | 2 +-
src/baobab-menu.ui | 4 ++--
src/baobab-window.vala | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/baobab-location-widget.vala b/src/baobab-location-widget.vala
index 3faf02d..f181337 100644
--- a/src/baobab-location-widget.vala
+++ b/src/baobab-location-widget.vala
@@ -93,7 +93,7 @@ namespace Baobab {
attach (usagebar, 2, 1, 1, 1);
}
- var button = new Gtk.Button.with_label (location.mount_point != null ? _("Scan") : _("Mount and scan"));
+ var button = new Gtk.Button.with_label (location.mount_point != null ? _("Scan") : _("Mount and Scan"));
button_size_group.add_widget (button);
button.valign = Gtk.Align.CENTER;
attach (button, 3, 0, 1, 2);
diff --git a/src/baobab-menu.ui b/src/baobab-menu.ui
index 979ad89..d5599d7 100644
--- a/src/baobab-menu.ui
+++ b/src/baobab-menu.ui
@@ -4,7 +4,7 @@
<menu id="appmenu">
<section>
<item>
- <attribute name="label" translatable="yes">_All locations</attribute>
+ <attribute name="label" translatable="yes">_All Locations</attribute>
<attribute name="action">win.show-home-page</attribute>
<attribute name="accel"><Primary>a</attribute>
</item>
@@ -58,7 +58,7 @@
<attribute name="label" translatable="yes">_Analyzer</attribute>
<section>
<item>
- <attribute name="label" translatable="yes">_All locations</attribute>
+ <attribute name="label" translatable="yes">_All Locations</attribute>
<attribute name="action">win.show-home-page</attribute>
<attribute name="accel"><Primary>a</attribute>
</item>
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
index a228407..83f594e 100644
--- a/src/baobab-window.vala
+++ b/src/baobab-window.vala
@@ -433,7 +433,7 @@ namespace Baobab {
(lookup_action ("active-chart") as SimpleAction).set_enabled (false);
chart_notebook.page = ChartPage.SPINNER;
spinner.start ();
- toolbar_show_home_page.label = _("Cancel scan");
+ toolbar_show_home_page.label = _("Cancel Scan");
} else {
enable_drop ();
rings_chart.thaw_updates ();
@@ -441,7 +441,7 @@ namespace Baobab {
(lookup_action ("active-chart") as SimpleAction).set_enabled (true);
spinner.stop ();
lookup_action ("active-chart").change_state (ui_settings.get_value ("active-chart"));
- toolbar_show_home_page.label = _("All locations");
+ toolbar_show_home_page.label = _("All Locations");
}
var window = get_window ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]