[latexila] Build Tools: title with the first letters in uppercase
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Build Tools: title with the first letters in uppercase
- Date: Wed, 31 Dec 2014 20:55:11 +0000 (UTC)
commit ad269d79ee09e5628b4ce4c7913214773b03b3f8
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Dec 31 21:52:24 2014 +0100
Build Tools: title with the first letters in uppercase
For a title in English it's better.
src/build_tools_preferences.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/build_tools_preferences.vala b/src/build_tools_preferences.vala
index 9c0fc8e..3d7cfed 100644
--- a/src/build_tools_preferences.vala
+++ b/src/build_tools_preferences.vala
@@ -108,7 +108,7 @@ public class BuildToolsPreferences : GLib.Object
Widget join = join_view_and_toolbar (_default_view, toolbar);
- return Utils.get_dialog_component (_("Default build tools"), join);
+ return Utils.get_dialog_component (_("Default Build Tools"), join);
}
private Grid get_personal_grid ()
@@ -129,7 +129,7 @@ public class BuildToolsPreferences : GLib.Object
Widget join = join_view_and_toolbar (_personal_view, toolbar);
- return Utils.get_dialog_component (_("Personal build tools"), join);
+ return Utils.get_dialog_component (_("Personal Build Tools"), join);
}
private Widget join_view_and_toolbar (TreeView view, Toolbar toolbar)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]