~elementary-apps/appcenter/fix-uppercase-category

« back to all changes in this revision

Viewing changes to src/Views/CategoryView.vala

  • Committer: Daniel Foré
  • Date: 2016-06-16 00:49:57 UTC
  • Revision ID: daniel@elementary.io-20160616004957-sdq117mmdltar16j
remove manual newline from science & engineering

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
 
244
244
    private Widgets.CategoryItem get_science_category () {
245
245
        var category = new AppStream.Category ();
246
 
        // TRANSLATORS: We need to force the newline so that the buttons get a decent size
247
 
        category.set_name (_("Science &\nEngineering"));
 
246
        category.set_name (_("Science & Engineering"));
248
247
        var categories = new Gee.LinkedList<string> ();
249
248
        categories.add ("Science");
250
249
        category.set_data<Gee.LinkedList> ("categories", categories);